File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,13 @@ def test_01_install_ca(self):
1414 core .state ['certs.ca_created' ] = True
1515
1616 def test_02_install_host_cert (self ):
17- self .skip_ok_unless (os .path .exists (core .config ['certs.test-ca' ]), "OSG Test CA doesn't exist" )
1817 core .state ['certs.hostcert_created' ] = False
1918 grid_dir = '/etc/grid-security/'
2019 core .config ['certs.hostcert' ] = os .path .join (grid_dir , 'hostcert.pem' )
2120 core .config ['certs.hostkey' ] = os .path .join (grid_dir , 'hostkey.pem' )
2221
22+ self .skip_ok_unless (os .path .exists (core .config ['certs.test-ca' ]), "OSG Test CA doesn't exist" )
23+
2324 if core .options .hostcert and not os .path .exists (core .config ['certs.hostcert' ]):
2425 test_ca = CA .load (core .config ['certs.test-ca' ])
2526 test_ca .hostcert ()
You can’t perform that action at this time.
0 commit comments