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 6203b2b commit 164dffaCopy full SHA for 164dffa
osgtest/tests/test_400_proxy.py
@@ -35,6 +35,7 @@ def test_03_grid_proxy_init(self):
35
def test_04_grid_proxy_info(self):
36
core.state['proxy.valid'] = False
37
core.skip_ok_unless_installed('globus-proxy-utils')
38
+ self.skip_bad_unless(core.state['proxy.created'], 'Proxy creation failed')
39
command = ('grid-proxy-info', '-debug')
40
core.check_system(command, 'Normal grid-proxy-info', user=True)
41
core.state['proxy.valid'] = True
0 commit comments