From 500421216607e4ccab0a1c1cea492007e7cd1514 Mon Sep 17 00:00:00 2001 From: Junaid Ali Date: Mon, 28 Mar 2016 19:37:58 +0500 Subject: [PATCH] fixing unit_test --- unit_tests/test_pg_gw_hooks.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/unit_tests/test_pg_gw_hooks.py b/unit_tests/test_pg_gw_hooks.py index 5f58cb6..eb879c6 100644 --- a/unit_tests/test_pg_gw_hooks.py +++ b/unit_tests/test_pg_gw_hooks.py @@ -19,13 +19,11 @@ utils.restart_map = _map TO_PATCH = [ 'remove_iovisor', 'apt_install', - 'apt_purge', 'CONFIGS', 'log', 'configure_sources', 'ensure_files', 'stop_pg', - 'restart_pg', 'load_iovisor', 'ensure_mtu', 'add_lcm_key',