aboutsummaryrefslogtreecommitdiffstats
path: root/test_settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'test_settings.py')
-rw-r--r--test_settings.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/test_settings.py b/test_settings.py
new file mode 100644
index 0000000..fe88e31
--- /dev/null
+++ b/test_settings.py
@@ -0,0 +1,9 @@
+SIM_INSTANCES = 2
+URLVES = 'http://127.0.0.1:10000/eventListener/v7'
+IPFILESERVER = '127.0.0.1'
+TYPEFILESERVER = 'sftp'
+USER = 'testuser'
+PASSWORD = 'testpassword'
+IPSTART = '10.11.0.1'
+INSTANCE_CONFIG = 'config/config.yml'
+PNF_SIM_CONTAINER_NAME = 'pnf-simulator-'