aboutsummaryrefslogtreecommitdiffstats
path: root/requirements.txt
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 /requirements.txt
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 'requirements.txt')
-rw-r--r--requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index f56f12e..ead56f4 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -3,3 +3,4 @@ openstacksdk
onapsdk>=7.1.0
jinja2
kubernetes
+docker \ No newline at end of file