aboutsummaryrefslogtreecommitdiffstats
path: root/app/test/event_based_scan/test_data/event_payload_router_delete.py
diff options
context:
space:
mode:
authorIlia Abashin <abashinos@gmail.com>2017-08-25 14:24:59 +0300
committerIlia Abashin <abashinos@gmail.com>2017-08-25 14:29:28 +0300
commit2f9d5cf583b4b5dd635f386cb9ac07435bd44cc8 (patch)
tree2c025d24aff9bb0192e6d221a4e989e327c72e7c /app/test/event_based_scan/test_data/event_payload_router_delete.py
parentde9f324ff628a6d9e870f06e6e216f65382a978b (diff)
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 <abashinos@gmail.com>
Diffstat (limited to 'app/test/event_based_scan/test_data/event_payload_router_delete.py')
-rw-r--r--app/test/event_based_scan/test_data/event_payload_router_delete.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/test/event_based_scan/test_data/event_payload_router_delete.py b/app/test/event_based_scan/test_data/event_payload_router_delete.py
index 8ab8cc3..b650a76 100644
--- a/app/test/event_based_scan/test_data/event_payload_router_delete.py
+++ b/app/test/event_based_scan/test_data/event_payload_router_delete.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_DELETE = {
'_context_request_id': 'req-8b2dd9ba-5faa-4471-94c3-fb41781eef8d', '_unique_id': 'c7417f771ee74bb19036b06e685c93dc',
@@ -33,6 +33,7 @@ ROUTER_DOCUMENT = {
"environment": ENV_CONFIG,
"gw_port_id": None,
"host": "node-6.cisco.com",
+ "_id": "593fc4c6797ffad322bc5329",
"id": "node-6.cisco.com-qrouter-bde87a5a-7968-4f3b-952c-e87681a96078",
"id_path": "/" + ENV_CONFIG + "/" + ENV_CONFIG + "-regions/RegionOne/RegionOne-availability_zones/internal" +
"/node-6.cisco.com/node-6.cisco.com-vservices/node-6.cisco.com-vservices-routers/qrouter-bde87a5a" +