Age | Commit message (Collapse) | Author | Files | Lines |
|
Since the change I69f573354c87c44c10581861450d48244db0c7df ubuntu16test-service
was renamed to basic_vm-service so updating the readme to reflect
those changes.
Change-Id: Ic72c177f7a6a839ff65641ea1597bd7a2f6a0f5c
Issue-ID: INT-1888
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
|
|
As we moved back to standard python packaging, the json
artifact must follow the onapsdk requirements.
It could be fixed in onap-pythonsdk [1] but it would require
a new release of the SDK, it is possible to adjust by creating
the file at right place from the docker.
Issue-ID: INT-1819
[1]:https://gitlab.com/Orange-OpenSource/lfn/onap/python-onapsdk/
-/blob/develop/src/onapsdk/clamp/loop_instance.py#L82
Signed-off-by: morganrol <morgan.richomme@orange.com>
Change-Id: I4bd21f22a73396160d06d0e02484cdbbd6dc14e1
|
|
Bring back pip install without --editable
Issue-ID: TEST-327
Signed-off-by: Illia Halych <illia.halych@t-mobile.pl>
Change-Id: I482df67a0ca585c601fd3d7288302ef7c0900fc8
Signed-off-by: morganrol <morgan.richomme@orange.com>
|
|
Include a new use case leveraging pythonsdk and using
the macro bpmn
Issue-ID: INT-1894
Signed-off-by: morganrol <morgan.richomme@orange.com>
Change-Id: Ia9f489d7bb7cbdc78f825b83b68a20c9b2384871
|
|
This file is required by onapsdk clamp module
The alternative could be to modify directly in SDK to avoid this change...
Issue-ID: INT-1819
Signed-off-by: morganrol <morgan.richomme@orange.com>
Change-Id: I54ab1f8bb48a3a76689f1f27374d898d66dabc56
|
|
This test based on the onapsdk, onboard and instantiate a pnf.
It requires the startup of a pnf simulator
and deals with macro flow
Issue-ID: INT-1822
Signed-off-by: morganrol <morgan.richomme@orange.com>
Change-Id: Ie236e0976fe25ca07399722bee7843f1c4f5cfdc
|
|
The parameter of the target k8s infrastructure was not indicated
in the documentation
it was set in CI properly but hard to guess...
Issue-ID: INT-1888
Signed-off-by: morganrol <morgan.richomme@orange.com>
Change-Id: I4ce557b575a22525fada86eb4459005b0a3ad8f8
|
|
During a session demo, someone reported that the path for the
openstack configuraiton was wrong in the README
just fix this path
Issue-ID: TEST-289
Signed-off-by: morganrol <morgan.richomme@orange.com>
Change-Id: I94f6164be61aa65aa885c73fa87b2a620056bd82
|
|
Set the env file CRYPTOGRAPHY_DONT_BUILD_RUST=1
Issue-ID: INT-1852
Signed-off-by: morganrol <morgan.richomme@orange.com>
Change-Id: I84ccbbacd5ba024c00a7149a8b4a5e927011ab9f
|
|
The goal is not to run basic_onboard in CI/CD (already covered by basic_vm)
but to create a subset of basic_vm for the stability tests.
It is possible thanls to this test to run simultaneous onboarding oeprations
and compose realistic operation scenario.
Issue-ID: TEST-288
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: I70cca9688ef3654ba4bfd737879858e26e3b5506
|
|
Needs to be done to fix issue with package installation.
Issue-ID: TEST-293
Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Change-Id: Iaeb61f9ae1b35fbc818c9c57dcf144ca5060028f
|
|
Issue-ID: TEST-245
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: If59257c6dbef857e52d0e4cfd1f418892e252db9
|
|
- " missing
- latest referenced instead of latest
- detail interactive mode
- precise how to run only a subset of the tests
Issue-ID: TEST-274
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: Id28ea0a4602a903eb4ff28bb7671737fa7d58b50
Signed-off-by: mrichomme <morgan.richomme@orange.com>
|
|
installaing onapsdk is not needed
it is installed as dependency of pythonsdk-tests through its requirements.txt
file
Issue-ID: INT-1771
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: I7810ded9eabd0958d7141a6d062bac969a7be5af
|
|
They can be used to run the xtesting dockers on any ONAP deployment
Note a section in the official doc shall also be created
Issue-ID: TEST-274
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: If1d98e51c1dd476f5b1da81e51e4b4d99f513aa5
Signed-off-by: mrichomme <morgan.richomme@orange.com>
|
|
- basic_network
- basic_cnf
Issue-ID: TEST-255
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: Ia1a7dbd64c8d1dab1bbbc8a4e2b1efb72fb2f5dc
Signed-off-by: mrichomme <morgan.richomme@orange.com>
|
|
onap_tests framework is now deprecated as VNF_API is no more supported in Guilin
It is time to use pythonsdk
Issue-ID: TEST-258
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: I170d7f9756697a5061d5d27247dca37d84ebfc91
|
|
- replace gitlab.com images by Nexus3 images
- update smoke test (even it will be deprecated soon)
Issue-ID: INT-1676
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: Ic7ebaa4d12b3e1872e51a895fc1b67dfc084e900
Signed-off-by: mrichomme <morgan.richomme@orange.com>
|
|
Issue-ID: INT-1366
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: I322aa4de7e01895c839e1ccb4259333fb3a7cb17
|
|
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>
|