diff options
author | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2020-05-25 00:49:14 -0700 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2020-05-25 14:06:11 +0000 |
commit | 060b6d5244a386a9d69c9a0b8ca0c1a6823593db (patch) | |
tree | 91f4825a7e83932710c33475e932642c7baf7d67 /test/mocks/mass-pnf-sim | |
parent | f2b1483c7d56666c4186183463fff516f5f99900 (diff) |
Add pytest testing scenario settings for simulator
Change-Id: I57d67a837aa3ef8d6a58e5abbb61bfc3606e93dc
Issue-ID: INT-1577
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Diffstat (limited to 'test/mocks/mass-pnf-sim')
-rw-r--r-- | test/mocks/mass-pnf-sim/test_settings.py | 6 |
1 files changed, 6 insertions, 0 deletions
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' |