From 2f9d5cf583b4b5dd635f386cb9ac07435bd44cc8 Mon Sep 17 00:00:00 2001 From: Ilia Abashin Date: Fri, 25 Aug 2017 14:24:59 +0300 Subject: Heavily refactored all event based scans Restricted real mongo interaction. Still work to do, but it's a good start. Fixed a bug with old subnets not being properly deleted. Change-Id: I5f260e09f0e11a477a47cb031d397a454465123f Signed-off-by: Ilia Abashin --- app/test/event_based_scan/test_data/event_payload_router_update.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/test/event_based_scan/test_data/event_payload_router_update.py') diff --git a/app/test/event_based_scan/test_data/event_payload_router_update.py b/app/test/event_based_scan/test_data/event_payload_router_update.py index b0a917e..7dd0b70 100644 --- a/app/test/event_based_scan/test_data/event_payload_router_update.py +++ b/app/test/event_based_scan/test_data/event_payload_router_update.py @@ -7,7 +7,7 @@ # which accompanies this distribution, and is available at # # http://www.apache.org/licenses/LICENSE-2.0 # ############################################################################### -from test.event_based_scan.config.test_config import ENV_CONFIG +from test.event_based_scan.test_data.test_config import ENV_CONFIG EVENT_PAYLOAD_ROUTER_UPDATE = { '_context_request_id': 'req-da45908c-0765-4f8a-9fac-79246901de41', '_unique_id': '80723cc09a4748c6b13214dcb867719e', @@ -122,7 +122,7 @@ EVENT_PAYLOAD_ROUTER_DEL_GATEWAY = { 'tenant_id': '75c0eb79ff4a42b0ae4973c8375ddf40', 'status': 'ACTIVE'}}, '_context_request_id': 'req-d7e73189-4709-4234-8b4c-fb6b4dc2017b'} -PORTS = { +PORT = { "admin_state_up": True, "allowed_address_pairs": [ -- cgit 1.2.3-korg