@@ -83,6 +83,7 @@ def test_02_queue(self):
83
83
84
84
def test_03_ping (self ):
85
85
self .general_requirements ()
86
+ self .skip_bad_unless (core .state ['proxy.created' ])
86
87
87
88
command = ('condor_ce_ping' , 'WRITE' , '-verbose' )
88
89
stdout , _ , _ = core .check_system (command , 'ping using GSI and gridmap' , user = True )
@@ -91,6 +92,7 @@ def test_03_ping(self):
91
92
def test_04_trace (self ):
92
93
self .general_requirements ()
93
94
self .skip_bad_unless (core .state ['condor-ce.schedd-ready' ], 'CE schedd not ready to accept jobs' )
95
+ self .skip_bad_unless (core .state ['proxy.created' ])
94
96
95
97
cwd = os .getcwd ()
96
98
os .chdir ('/tmp' )
@@ -106,6 +108,7 @@ def test_05_pbs_trace(self):
106
108
core .skip_ok_unless_installed ('torque-mom' , 'torque-server' , 'torque-scheduler' , 'torque-client' , 'munge' ,
107
109
by_dependency = True )
108
110
self .skip_ok_unless (service .is_running ('pbs_server' ), 'pbs service not running' )
111
+ self .skip_bad_unless (core .state ['proxy.created' ])
109
112
self .run_blahp_trace ('pbs' )
110
113
111
114
def test_06_slurm_trace (self ):
@@ -114,6 +117,7 @@ def test_06_slurm_trace(self):
114
117
self .skip_bad_unless (service .is_running ('munge' ), 'slurm requires munge' )
115
118
self .skip_bad_unless (core .state ['condor-ce.schedd-ready' ], 'CE schedd not ready to accept jobs' )
116
119
self .skip_ok_unless (service .is_running (core .config ['slurm.service-name' ]), 'slurm service not running' )
120
+ self .skip_bad_unless (core .state ['proxy.created' ])
117
121
self .run_blahp_trace ('slurm' )
118
122
119
123
def test_07_ceview (self ):
0 commit comments