Exemple #1
0
    def teardown_method(self):
        clr_env.clear_env('gw')
        clr_env.clear_met_acl('gw')

        fun.cmd(self.case1_step7["step2"][0], 'gw')
        fun.send(rbmExc, message.verifymod_DelAuthCert['DelAuthCert'], domain_rmb, base_path)
        clr_env.verifymod_teardown_met(base_path)
Exemple #2
0
 def teardown_method(self):
     clr_env.clear_env('gw')
     clr_env.clear_met_acl('gw')
     fun.send(rbmExc, message.verifymod_expired_DelAuthCert['DelAuthCert'],
              domain_rmb, base_path)
     fun.send(rbmExc, message.verifymod_DelAuthCert['DelAuthCert'],
              domain_rmb, base_path)
     clr_env.verifymod_teardown_met(base_path)
Exemple #3
0
    def teardown_method(self):
        clr_env.clear_env('gw')
        clr_env.clear_met_acl('gw')
        fun.cmd(self.case3_step3["step1"][0], 'gw')
        fun.cmd(self.case1_step6["step1"][1], 'gw')
        fun.send(rbmExc, message.verifymod_DelAuthCert['DelAuthCert'],
                 domain_rmb, base_path)
        clr_env.verifymod_teardown_met(base_path)

        fun.cmd("rm -f /opt/verifymod*.txt", 'c')
        re1 = fun.cmd("ls /opt/ |grep txt", 'c')
        assert self.case3_step2["step2"][0] not in re1
Exemple #4
0
 def teardown_method(self):
     clr_env.clear_env('gw')
     clr_env.clear_met_acl('gw')
     clr_env.verifymod_teardown_met(base_path)