コード例 #1
0
 def tearDown(self):
     super(ConfigShellTest, self).tearDown()
     PillarManager.reload()
コード例 #2
0
 def tearDown(self):
     super(ApplyTest, self).tearDown()
     PillarManager.reload()
コード例 #3
0
 def tearDown(self):
     super(ValidateConfigTest, self).tearDown()
     PillarManager.reload()
コード例 #4
0
 def tearDown(self):
     super(ConfigShellTest, self).tearDown()
     PillarManager.reload()
     for minion in self.salt_env.minions:
         self.fs.remove_object('{}/{}'.format(self.pki_minions_fs_path(), minion))