aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorEli Halych <illia.halych@t-mobile.pl>2020-11-25 10:52:03 +0000
committerEli Halych <illia.halych@t-mobile.pl>2020-12-14 15:14:25 +0000
commit95843eb0910fc9a0f05fc680160c5dec2aba1ba2 (patch)
tree645100af5ba0713b5116c4a30ec1e2d955907818 /.gitignore
parenta6fe8be6c1d1eb9e7293ed1c3bb63a76646fe22c (diff)
Add PNF simulator execution and cleanup as a BaseStep
1. The simulator is the masspnfsim from integration project. Added as a git submodule. 2. The flow: build image, bootstrap simulator, run simulator, stop simulator, remove simulator, remove image (only simulator). 3. Additionally trigger (sending a message to VES) is handled in pnf/utils.py. To send a request to VES, vesip in settings.PNF_VES_CONFIG should be set to the one accessible from simulator container. Default one (172.17.0.1) communicates with the machine the simulator runs at. 4. commonEventHeader's fields can be overridden in settings.py (here sourceName, reportingEntityName) Issue-ID: TEST-278 Signed-off-by: Eli Halych <illia.halych@t-mobile.pl> Change-Id: Id77dc8c517a30458abd81f2aadc416204be522b5
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index c3fd147..69cc86e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -31,3 +31,4 @@ csit/
benchmark/
.tox/
**/__pycache__/
+*.pyc