示例#1
0
    def tearDownClass(cls):
        wait_until_redis_shutdown()

        # test 'reset' method
        cls._meta.reset()
        cls._mon.reset()

        os.rmdir(_tmp_cfg_dir)
示例#2
0
 def tearDownClass(cls):
     wait_until_redis_shutdown()
示例#3
0
    def tearDownClass(cls):
        cls.foam.terminate()

        wait_until_redis_shutdown()

        os.remove(config.config_file)
示例#4
0
    def tearDownClass(cls):
        wait_until_redis_shutdown()

        # test 'reset' method
        cls._meta.reset()
        cls._mon.reset()