aboutsummaryrefslogtreecommitdiffstats
path: root/app/test/event_based_scan/config
diff options
context:
space:
mode:
Diffstat (limited to 'app/test/event_based_scan/config')
-rw-r--r--app/test/event_based_scan/config/__init__.py10
-rw-r--r--app/test/event_based_scan/config/test_config.py17
2 files changed, 0 insertions, 27 deletions
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 #
-###############################################################################
-
diff --git a/app/test/event_based_scan/config/test_config.py b/app/test/event_based_scan/config/test_config.py
deleted file mode 100644
index 176fd48..0000000
--- a/app/test/event_based_scan/config/test_config.py
+++ /dev/null
@@ -1,17 +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 #
-###############################################################################
-# local config info for test.
-
-
-MONGODB_CONFIG = 'your-mongo-config-path-here'
-
-ENV_CONFIG = 'your-env-name-here'
-
-COLLECTION_CONFIG = 'your-inventory-collection-name-here'