Prepare python package to integrate it in xtesting docker 02/113002/7
authormrichomme <morgan.richomme@orange.com>
Tue, 22 Sep 2020 15:28:22 +0000 (17:28 +0200)
committermrichomme <morgan.richomme@orange.com>
Fri, 25 Sep 2020 09:00:56 +0000 (11:00 +0200)
commit576fa380d748395c1d8188dfa816d110dab8f146
tree041b3fe91b7f06aa0150fadf41421015e2723431
parentd53b9bcaf16fc22554bd8b18e293d310a6056859
Prepare python package to integrate it in xtesting docker

- creation of entrypoint
- include templates in the package
- complete requirements

Open question for integration python reviewers:
- I was not able with the MANIFEST to use the template directory  until
I put it in the package tree. I am not sure it is very nice..
Maybe it is not the right way, we could simply copy the templates in the
docker rather than including them as part of the python package..

Note: I retested the ubuntu16 (onboarding/deployment/instantiation) on
the Daily Master

Issue-ID: TEST-258

Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: I26f3e959b9c5e341ab197a6c519ca87e31921921
Signed-off-by: mrichomme <morgan.richomme@orange.com>
MANIFEST.in [new file with mode: 0644]
requirements.txt
setup.cfg
setup.py
src/onaptests/configuration/ubuntu16_nomulticloud_settings.py
src/onaptests/scenario/__init__.py [new file with mode: 0644]
src/onaptests/scenario/basic_vm.py [new file with mode: 0644]
src/onaptests/scenario/clearwater_ims.py [new file with mode: 0644]
src/onaptests/templates/vnf-services/clearwater-ims-service.yaml [moved from templates/vnf-services/clearwater-ims-service.yaml with 100% similarity]
src/onaptests/templates/vnf-services/ubuntu16test-service.yaml [moved from templates/vnf-services/ubuntu16test-service.yaml with 94% similarity]
templates/heat_files/ubuntu16/ubuntu16.zip [deleted file]