We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 393a752 commit 46d714bCopy full SHA for 46d714b
osgtest/tests/test_300_misc.py
@@ -4,15 +4,7 @@
4
5
class TestMisc(osgunittest.OSGTestCase):
6
7
- def test_01_web100clt(self):
8
- core.skip_ok_unless_installed('ndt-client')
9
-
10
- command = ('web100clt', '-v')
11
- stdout = core.check_system(command, 'NDT client')[0]
12
- self.assert_(re.search('ndt.+version', stdout, re.IGNORECASE)
13
- is not None)
14
15
- def test_02_osg_version(self):
+ def test_01_osg_version(self):
16
core.skip_ok_unless_installed('osg-version')
17
18
command = ('osg-version',)
0 commit comments