Skip to content

Commit 164dffa

Browse files
committed
Put back badskip if proxy creation failed
1 parent 6203b2b commit 164dffa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

osgtest/tests/test_400_proxy.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ def test_03_grid_proxy_init(self):
3535
def test_04_grid_proxy_info(self):
3636
core.state['proxy.valid'] = False
3737
core.skip_ok_unless_installed('globus-proxy-utils')
38+
self.skip_bad_unless(core.state['proxy.created'], 'Proxy creation failed')
3839
command = ('grid-proxy-info', '-debug')
3940
core.check_system(command, 'Normal grid-proxy-info', user=True)
4041
core.state['proxy.valid'] = True

0 commit comments

Comments
 (0)