Ejemplo n.º 1
0
 def test_04_remove_certs(self):
     voms.skip_ok_unless_server_is_installed()
     core.state['voms.removed-certs'] = False
     # Do the keys first, so that the directories will be empty for the certs.
     core.remove_cert('certs.vomskey')
     core.remove_cert('certs.vomscert')
     core.state['voms.removed-certs'] = True
Ejemplo n.º 2
0
    def test_01_remove_certs(self):

        core.skip_ok_unless_installed('gratia-service')
        if core.state['voms.removed-certs']:
            return
        # Do the keys first, so that the directories will be empty for the certs.
        core.remove_cert('certs.httpkey')
        core.remove_cert('certs.httpcert')
Ejemplo n.º 3
0
    def test_01_remove_certs(self):

        core.skip_ok_unless_installed('gratia-service')
        if core.state['voms.removed-certs']:
            return
        # Do the keys first, so that the directories will be empty for the certs.
        core.remove_cert('certs.httpkey')
        core.remove_cert('certs.httpcert')
Ejemplo n.º 4
0
 def test_04_remove_certs(self):
     core.state['voms.removed-certs'] = False
     # Do the keys first, so that the directories will be empty for the certs.
     core.remove_cert('certs.vomskey')
     core.remove_cert('certs.vomscert')
     core.remove_cert('certs.httpkey')
     core.remove_cert('certs.httpcert')
     core.state['voms.removed-certs'] = True
Ejemplo n.º 5
0
 def test_04_remove_certs(self):
     core.state['voms.removed-certs'] = False
     # Do the keys first, so that the directories will be empty for the certs.
     core.remove_cert('certs.vomskey')
     core.remove_cert('certs.vomscert')
     core.remove_cert('certs.httpkey')
     core.remove_cert('certs.httpcert')
     core.state['voms.removed-certs'] = True
Ejemplo n.º 6
0
 def test_03_remove_certs(self):
     core.state['myproxy.removed-certs'] = False
     # Do the keys first, so that the directories will be empty for the certs.
     core.remove_cert('certs.myproxykey')
     core.remove_cert('certs.myproxycert')
     core.state['myproxy.removed-certs'] = True
Ejemplo n.º 7
0
 def test_03_remove_certs(self):
     core.state['myproxy.removed-certs'] = False
     # Do the keys first, so that the directories will be empty for the certs.
     core.remove_cert('certs.myproxykey')
     core.remove_cert('certs.myproxycert')
     core.state['myproxy.removed-certs'] = True
Ejemplo n.º 8
0
 def test_07_remove_certs(self):
     # Do the keys first, so that the directories will be empty for the certs.
     core.remove_cert('certs.xrootdkey')
     core.remove_cert('certs.xrootdcert')