aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2020-12-14Add PNF simulator execution and cleanup as a BaseStepEli Halych1-0/+1
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
2020-09-29Add heat zip filesmrichomme1-2/+1
due to the gitignore, the heat files for basic_vm and clearwater_ims were not available Issue-ID: TEST-240 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: Ia87999fbf28d0f1037227150fc247fae128d80d7
2020-08-24First proposal for the structure for pythonsdk based scenariosMichal Jagiello1-0/+1
Issue-ID: TEST-240 Change-Id: Ic989b26442b868363af7b3872bff49dd70d78be0 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
2020-06-04Add tox.ini for pythonsdk-testsmrichomme1-0/+33
Issue-ID: INT-1607 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: I668882bcceb98c47896486c600f24fae52341b61 Signed-off-by: mrichomme <morgan.richomme@orange.com>