From: Bartek Grzybowski Date: Mon, 25 May 2020 07:49:14 +0000 (-0700) Subject: Add pytest testing scenario settings for simulator X-Git-Tag: 6.0.0-ONAP~33 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F82%2F108182%2F2;p=integration.git Add pytest testing scenario settings for simulator Change-Id: I57d67a837aa3ef8d6a58e5abbb61bfc3606e93dc Issue-ID: INT-1577 Signed-off-by: Bartek Grzybowski --- diff --git a/test/mocks/mass-pnf-sim/test_settings.py b/test/mocks/mass-pnf-sim/test_settings.py new file mode 100644 index 000000000..990a915ca --- /dev/null +++ b/test/mocks/mass-pnf-sim/test_settings.py @@ -0,0 +1,6 @@ +SIM_INSTANCES = 2 +URLVES = 'http://127.0.0.1:10000/eventListener/v7' +IPFILESERVER = '127.0.0.1' +TYPEFILESERVER = 'sftp' +IPSTART = '10.11.0.1' +INSTANCE_CONFIG = 'config/config.yml'