Example #1
0
    def tearDownClass(cls):
        wait_until_redis_shutdown()

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

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

        wait_until_redis_shutdown()

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

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