Move integration xtesting Dockerfile to ONAP 85/99385/3
authormrichomme <morgan.richomme@orange.com>
Tue, 10 Dec 2019 07:47:28 +0000 (08:47 +0100)
committermrichomme <morgan.richomme@orange.com>
Wed, 11 Dec 2019 11:00:31 +0000 (12:00 +0100)
commit1f997a66f658ff11809f44f4630fc678eb091b83
treed29e08adfc2a5d193310d9dfc640175b0cf76fc6
parent78b4cdd2c5aa084ee6b8cc0f768187be907ae68c
Move integration xtesting Dockerfile to ONAP

All the Dockerfiles and xtesting configurations were hosted in gitlab.com [1]
The goal of this patch is to host these assets in ONAP
A jenkins jjb shall be created to generated the docker and push them on the nexus
(today the built-in registry of ONAP was used)

These xtesting dockers are referencing integration categories [2] and integration
use cases [3]
These xtesting dockers shall also simplify the way to integrate new use cases in any
CI chain (jenkins or gitlab-ci based)

[1]: https://gitlab.com/Orange-OpenSource/lfn/onap/integration/xtesting
[2]: https://wiki.onap.org/pages/viewpage.action?pageId=71835330
[3]: http://testresults.opnfv.org/onap/api/v1/projects/integration/cases

Issue-ID: INT-1366

Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: Iba0fc0b0415731a7a81ba0225a70ae16391dd129
Signed-off-by: mrichomme <morgan.richomme@orange.com>
41 files changed:
LICENSE [new file with mode: 0644]
README.md [new file with mode: 0644]
benchmarking/README.md [new file with mode: 0644]
benchmarking/docker/Dockerfile [new file with mode: 0644]
benchmarking/docker/testcases.yaml [new file with mode: 0644]
benchmarking/requirements.txt [new file with mode: 0644]
benchmarking/scripts/cmd.sh [new file with mode: 0755]
candidate-usecases/README.md [new file with mode: 0644]
candidate-usecases/docker/Dockerfile [new file with mode: 0644]
candidate-usecases/docker/testcases.yaml [new file with mode: 0644]
healthcheck/README.md [new file with mode: 0644]
healthcheck/docker/Dockerfile [new file with mode: 0644]
healthcheck/docker/testcases.yaml [new file with mode: 0644]
healthcheck/jobs/healthcheck-job-template.yaml [new file with mode: 0644]
healthcheck/requirements.txt [new file with mode: 0644]
healthcheck/scripts/cmd.sh [new file with mode: 0755]
infra-healthcheck/README.md [new file with mode: 0644]
infra-healthcheck/docker/Dockerfile [new file with mode: 0644]
infra-healthcheck/docker/testcases.yaml [new file with mode: 0644]
infra-healthcheck/infra_healthcheck/__init__.py [new file with mode: 0644]
infra-healthcheck/infra_healthcheck/k8stest.py [new file with mode: 0644]
infra-healthcheck/infra_healthcheck/test_k8stest.py [new file with mode: 0644]
infra-healthcheck/requirements.txt [new file with mode: 0644]
infra-healthcheck/scripts/check_onap_helm.sh [new file with mode: 0644]
infra-healthcheck/scripts/check_onap_k8s.sh [new file with mode: 0644]
infra-healthcheck/setup.cfg [new file with mode: 0644]
infra-healthcheck/setup.py [new file with mode: 0644]
infra-healthcheck/tox.ini [new file with mode: 0644]
security/README.md [new file with mode: 0644]
security/docker/Dockerfile [new file with mode: 0644]
security/docker/testcases.yaml [new file with mode: 0644]
security/requirements.txt [new file with mode: 0644]
smoke-usecases-pythonsdk/README.md [new file with mode: 0644]
smoke-usecases-pythonsdk/docker/Dockerfile [new file with mode: 0644]
smoke-usecases-pythonsdk/docker/testcases.yaml [new file with mode: 0644]
smoke-usecases-pythonsdk/requirements.txt [new file with mode: 0644]
smoke-usecases-robot/README.md [new file with mode: 0644]
smoke-usecases-robot/docker/Dockerfile [new file with mode: 0644]
smoke-usecases-robot/docker/testcases.yaml [new file with mode: 0644]
smoke-usecases-robot/requirements.txt [new file with mode: 0644]
smoke-usecases-robot/scripts/cmd.sh [new file with mode: 0755]