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/config/__init__.py | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 app/test/event_based_scan/config/__init__.py (limited to 'app/test/event_based_scan/config/__init__.py') diff --git a/app/test/event_based_scan/config/__init__.py b/app/test/event_based_scan/config/__init__.py deleted file mode 100644 index 1e85a2a..0000000 --- a/app/test/event_based_scan/config/__init__.py +++ /dev/null @@ -1,10 +0,0 @@ -############################################################################### -# Copyright (c) 2017 Koren Lev (Cisco Systems), Yaron Yogev (Cisco Systems) # -# and others # -# # -# All rights reserved. This program and the accompanying materials # -# are made available under the terms of the Apache License, Version 2.0 # -# which accompanies this distribution, and is available at # -# http://www.apache.org/licenses/LICENSE-2.0 # -############################################################################### - -- cgit 1.2.3-korg