testsuite/pythonsdk-tests.git
4 years ago[TESTS] cleanup tests and remove reference to ubuntu16 83/121483/6
mrichomme [Mon, 1 Feb 2021 16:26:42 +0000 (17:26 +0100)]
[TESTS] cleanup tests and remove reference to ubuntu16

the basic_vm test was historically called ubuntu16...
as we are now delaing more with ubuntu18 or ubuntu20, the reference
to the version16 is a bit old

- Replace ubuntu16 by basic_vm
- Use ubuntu20 instead of Ubuntu16
- Replace onap.small by m1.small to be natively compatible with any Openstack
  (default flavor)

Issue-ID: TEST-299

Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: I69f573354c87c44c10581861450d48244db0c7df
(cherry picked from commit ba1faac52b28f752516ab075a5bda56058548e49)

4 years ago[TESTCASE] fix basic_onboard scenario 85/121485/6
mrichomme [Mon, 18 Jan 2021 14:26:53 +0000 (15:26 +0100)]
[TESTCASE] fix basic_onboard scenario

the run_basic_onboard.py is working, but the scenario used by xtesting
cannot work properly.

Tested on Daily master lab.

Issue-ID: TEST-288

Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: Ibc5482607a738692a05260913eeb322a0933ff03
(cherry picked from commit d6ab274b76e48164d3aefe702cf8ea2f87c98004)

4 years ago[PythonSDK-tests] Add basic_onboard testcase 84/121484/3
Chereau Natacha [Wed, 13 Jan 2021 09:54:46 +0000 (10:54 +0100)]
[PythonSDK-tests] Add basic_onboard testcase

Issue-ID: TEST-288

Signed-off-by: Chereau Natacha <natacha.chereau@orange.com>
Change-Id: Ide7267428b5ca694dc3ca44a4c81730233610b78
(cherry picked from commit ff24de49ef658ffe0aa13d494e8201bd181bce2c)

4 years agoMerge "Nodeport cleanup in basic_cds test" into guilin
Morgan Richomme [Wed, 19 May 2021 06:30:21 +0000 (06:30 +0000)]
Merge "Nodeport cleanup in basic_cds test" into guilin

4 years agoMerge "[TEST] Catch ConnectionError exception during pnf simulator startup" into...
Morgan Richomme [Wed, 12 May 2021 15:54:38 +0000 (15:54 +0000)]
Merge "[TEST] Catch ConnectionError exception during pnf simulator startup" into guilin

4 years agoNodeport cleanup in basic_cds test 76/121176/1
Michal Jagiello [Mon, 22 Mar 2021 09:05:21 +0000 (09:05 +0000)]
Nodeport cleanup in basic_cds test

Issue-ID: TEST-317
Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Change-Id: I21fe3e4a30c9fed14e05b9f14523de46798466b0
(cherry picked from commit dad0aa604954891777cab4d777106bcfd62e29c7)

4 years ago[TEST] Catch ConnectionError exception during pnf simulator startup 57/121257/1
Michal Jagiello [Tue, 11 May 2021 13:04:10 +0000 (13:04 +0000)]
[TEST] Catch ConnectionError exception during pnf simulator startup

When PNF simulator starts up a series of requests are sent but if ConnectionError is raised
then tests is interrupted and no report is generated

Issue-ID: TEST-337
Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Change-Id: I5dbdfa3b7d5a2c16b3ecc00ae4ab46ac3bb5443f

4 years ago[RELEASE] Fix pbr version to avoid docker build error 87/121187/2
morganrol [Fri, 7 May 2021 14:20:17 +0000 (16:20 +0200)]
[RELEASE] Fix pbr version to avoid docker build error

The new release of pbr check the consistancy between the python
version and the last tag on the branch

Issue-ID: INT-1882

Signed-off-by: morganrol <morgan.richomme@orange.com>
Change-Id: Ibb110a9b65fe019208cd4448e6cf2c3e10518d29

4 years agoWait for pnf simulator 97/120397/2
Michal Jagiello [Mon, 12 Apr 2021 09:08:46 +0000 (09:08 +0000)]
Wait for pnf simulator

Add VSP for PNF

Issue-ID: TEST-280
Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Change-Id: If2476f5f9f9fc8d4c14c5dd398a8a659e7fe3e9a

4 years agoSet version 7.3.0 as onapsdk dependency for guilin test 55/117555/1
morganrol [Fri, 5 Feb 2021 15:25:33 +0000 (16:25 +0100)]
Set version 7.3.0 as onapsdk dependency for guilin test

moving to 7.4.0 broke all the CI/CD chains
Guilin shall be more stable.
This version could be increased later if ok on master

Issue-ID: TEST-301

Signed-off-by: morganrol <morgan.richomme@orange.com>
Change-Id: I9cb46c699dddedd645a50818e40084f7144ba0fd

4 years agoMerge "Prepare basic_cds endpoint for xtesting" into guilin
Marcin Przybysz [Wed, 9 Dec 2020 07:57:25 +0000 (07:57 +0000)]
Merge "Prepare basic_cds endpoint for xtesting" into guilin

4 years agoMerge "basic_cds adapatations for xtesting" into guilin
Marcin Przybysz [Wed, 9 Dec 2020 07:57:15 +0000 (07:57 +0000)]
Merge "basic_cds adapatations for xtesting" into guilin

4 years agoMerge "PNF onboarding step" into guilin
Marcin Przybysz [Wed, 9 Dec 2020 07:57:06 +0000 (07:57 +0000)]
Merge "PNF onboarding step" into guilin

4 years agobasic_cds adapatations for xtesting 06/116106/1
mrichomme [Fri, 4 Dec 2020 13:34:29 +0000 (14:34 +0100)]
basic_cds adapatations for xtesting

Issue-ID: TEST-245

Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: I4bb0a1c728ad8b982e6936c8a3bc5572ee08a6b4
(cherry picked from commit c9ee30562d7c56c551c4858a69faa70be3234043)

4 years agoCDS onboarding steps and simple CBA enrichment scenarion. 05/116105/1
Michal Jagiello [Wed, 18 Nov 2020 11:20:59 +0000 (11:20 +0000)]
CDS onboarding steps and simple CBA enrichment scenarion.

Steps for data dictionary upload and CBA enrichment

Issue-ID: TEST-245
Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Change-Id: If7f3346c79ae97e35b21e919435270a0c54f77dd
(cherry picked from commit ac7ed508cd0ae434ac9237196a42045c5e7d6e92)

4 years agoPNF onboarding step 04/116104/1
Michal Jagiello [Wed, 18 Nov 2020 14:54:20 +0000 (14:54 +0000)]
PNF onboarding step

Add a code to onboard service with MACRO service instance type.
Add properties assignement

Issue-ID: TEST-279
Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Change-Id: I93f04b09b3eaa622196774cb93ae615c9e6e52d5
(cherry picked from commit fde513f5c53a6938e60d786be84c218846497d8c)

4 years agoPrepare basic_cds endpoint for xtesting 18/116018/1
mrichomme [Wed, 2 Dec 2020 15:28:19 +0000 (16:28 +0100)]
Prepare basic_cds endpoint for xtesting

Issue-ID: TEST-245

Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: Ia00587ba06b8720a028ded83cdda32226cbede74
(cherry picked from commit 6b8d1e16c01da78ddea3654544b07e55648292ac)

4 years agoMinor typo corrections 01/116001/1
Lasse Kaihlavirta [Wed, 2 Dec 2020 10:35:16 +0000 (12:35 +0200)]
Minor typo corrections

 - follow-up on https://gerrit.onap.org/r/c/testsuite/pythonsdk-tests/+/115972

Issue-ID: INT-1796
Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com>
Change-Id: I8921f5aa344a3da9c40fbe20a146819587968bd1
(cherry picked from commit 22c437b66aefad6e7aac4620e25783596341d204)

4 years agoBetter exception handling 30/115530/1
Sylvain Desbureaux [Tue, 1 Dec 2020 16:49:31 +0000 (17:49 +0100)]
Better exception handling

Instead of catching all exceptions that can occurs and miss one, let's
create a "parent" exception class for OnapTest and catch only this one.

In order to know what's the error, we also create a class attribute
(`error_message`) that gives us the reason for exception.

Issue-ID: INT-1796
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I798d8c6270c466b1d9be6511f52fd9441401c9c8
(cherry picked from commit 9c71e24adaaedd07d7e2e65922c5a3cee27318c9)

4 years agoAdd Lasse as Integration committer 04/115204/1 develop
mrichomme [Fri, 20 Nov 2020 17:42:26 +0000 (18:42 +0100)]
Add Lasse as Integration committer

Issue-ID: INT-1788

Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: Ifd1953e4685e88a7b6323c2838a5e54e469948e0

4 years agoAdd properties for new Clamp case 28/114728/1
mrichomme [Mon, 9 Nov 2020 19:25:14 +0000 (20:25 +0100)]
Add properties for new Clamp case

Issue-ID: TEST-251

Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: I613404382e2f9abab1aa9d30f6cba0c85c1c289e

4 years agoUpdate the TCA yaml i CLAMP E2E tests 81/114681/1
sebdet [Mon, 9 Nov 2020 08:23:31 +0000 (09:23 +0100)]
Update the TCA yaml i CLAMP E2E tests

The TCA microservice yaml must be updated for Guilin, it uses a new policy

Issue-ID: CLAMP-977
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I9dd857906487d9f5b0d25a84add3836cbd4fea42

4 years agoMerge "Add CLAMP E2E tests"
Krzysztof Kuzmicki [Fri, 6 Nov 2020 20:44:28 +0000 (20:44 +0000)]
Merge "Add CLAMP E2E tests"

4 years agoAdd CLAMP E2E tests 42/110542/21
amine ezziati [Fri, 24 Jul 2020 07:08:42 +0000 (09:08 +0200)]
Add CLAMP E2E tests

Issue-ID: TEST-240
Signed-off-by: amine ezziati <mohamedamine.ezziati@orange.com>
Change-Id: Ib612f1670aca10d9ac9f15fadb9cab58a7d8e5a8
Signed-off-by: mrichomme <morgan.richomme@orange.com>
4 years agoIntegration tests report enrichment 33/114533/4
Michal Jagiello [Tue, 3 Nov 2020 15:25:58 +0000 (15:25 +0000)]
Integration tests report enrichment

Improve the step description for better reporting
Add duration step in pythonsdk-test reporting

Issue-ID: TEST-271
Issue-ID: TEST-272

Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Change-Id: I6d46cb38ae236bc578eb15982c2c0b8f2b0c0791

4 years agoUsecase basic_cnf: helm package error 56/114356/1
Thierry Hardy [Wed, 28 Oct 2020 12:43:01 +0000 (13:43 +0100)]
Usecase basic_cnf: helm package error

Kubernetes resources name are based on the release name whose name has changed in onap master release
compared to Frankfurt. This name is now override in helm package

Issue-ID: TEST-243
Signed-off-by: Thierry Hardy <thierry.hardy@orange.com>
Change-Id: I97df6f5b22ac04d7d84c81c1d9ebdb70b3edd2c1

4 years agoUsecase basic_cnf: remaining errors 77/114077/1
Thierry Hardy [Wed, 21 Oct 2020 06:59:25 +0000 (08:59 +0200)]
Usecase basic_cnf: remaining errors

Error in cleanup phase for all usecases
Missing variables in settings for basic_cnf

Issue-ID: TEST-243
Signed-off-by: jardellos <thierry.hardy@orange.com>
Change-Id: Ic10fc2ae2361f82192a403cf06ee5d8031599acb

4 years agoFix reporting when no details/components are defined 66/113966/1
morganrOL [Sat, 17 Oct 2020 20:05:15 +0000 (22:05 +0200)]
Fix reporting when no details/components are defined

Issue-ID: TEST-269

Signed-off-by: morganrOL <morgan.richomme@orange.com>
Change-Id: I94a480aef910eb814b30c04b86eb206530b66c5c

4 years agoFix nit in vf module cleanup 65/113965/1
morganrOL [Sat, 17 Oct 2020 19:57:35 +0000 (21:57 +0200)]
Fix nit in vf module cleanup

Issue-ID: TEST-254

Signed-off-by: morganrOL <morgan.richomme@orange.com>
Change-Id: Ie59ba7935119f193a1f4cba2f0a5722ed1783441

4 years agoRevert "Revert "Create basic_cnf test leveraging onapsdk"" 66/113866/9
Thierry Hardy [Wed, 14 Oct 2020 08:51:57 +0000 (08:51 +0000)]
Revert "Revert "Create basic_cnf test leveraging onapsdk""

This reverts commit ded9ae3b507b9687a68cc00dfc75e13130be13ff.

Reason for revert: ONAP SDK 7.1 version is released
Correction hardcode value (k8s) and onapsdk version to 7.1.0

Issue-ID: TEST-243
Change-Id: I535af4298f79a34476074612079dc479d2fc0b61
Signed-off-by: Thierry Hardy <thierry.hardy@orange.com>
4 years agoAdded basic_network testcase 05/113805/11
andreasgeissler [Mon, 12 Oct 2020 16:05:46 +0000 (18:05 +0200)]
Added basic_network testcase

Issue-ID: TEST-255
Signed-off-by: andreasgeissler <andreas-geissler@telekom.de>
Change-Id: I86b34c0980cee7a5824231591a60d1f50dfe4f37
Signed-off-by: mrichomme <morgan.richomme@orange.com>
4 years agoFix bad path of the logs in the reporting page 16/113916/3
mrichomme [Thu, 15 Oct 2020 12:57:37 +0000 (14:57 +0200)]
Fix bad path of the logs in the reporting page

Issue-ID: TEST-270

Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: Ief03cf6916b417fb0c80c5086ffe8e73f3865329
Signed-off-by: mrichomme <morgan.richomme@orange.com>
4 years agoImprove xtesting integration 28/113828/2
mrichomme [Tue, 13 Oct 2020 10:52:24 +0000 (12:52 +0200)]
Improve xtesting integration

All the exceptions shall be caught by the use case

Issue-ID: TEST-257

Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: Ie2762ad869d8984ce2125db4a8ef4990ee50f82a
Signed-off-by: mrichomme <morgan.richomme@orange.com>
4 years agoMerge "Revert "Create basic_cnf test leveraging onapsdk""
Morgan Richomme [Tue, 13 Oct 2020 09:36:34 +0000 (09:36 +0000)]
Merge "Revert "Create basic_cnf test leveraging onapsdk""

4 years agoRevert "Create basic_cnf test leveraging onapsdk" 89/113789/1
Morgan Richomme [Tue, 13 Oct 2020 09:16:20 +0000 (09:16 +0000)]
Revert "Create basic_cnf test leveraging onapsdk"

This reverts commit 0123c525b0182a5d6f9cd1bee3830eb1956239c7.

Reason for revert: <it is breaking basic_vm because ModuleNotFoundError: No module named 'onapsdk.msb.k8s' >

Issue-ID: TEST-243

Change-Id: Iaf398a11b296b2c2bf55d9a25a588cd32e44077a
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
4 years agoMerge "Create basic_cnf test leveraging onapsdk"
Morgan Richomme [Mon, 12 Oct 2020 11:24:35 +0000 (11:24 +0000)]
Merge "Create basic_cnf test leveraging onapsdk"

4 years agoCreate basic_cnf test leveraging onapsdk 86/113486/10
Thierry Hardy [Fri, 2 Oct 2020 14:18:17 +0000 (16:18 +0200)]
Create basic_cnf test leveraging onapsdk

Add the scenario basic_cnf that uses multicloud-k8s plugin to instantiate cnf on k8s
Add the removal of profile in cleanup part
Add store_state
Issue-ID: TEST-243
Signed-off-by: Thierry Hardy <thierry.hardy@orange.com>
Change-Id: Ib743c259decf95cdc69975e1ef7d4ba7aadccfae

4 years agoAdd reporting page creation in pythonsdk-tests 80/113680/2
mrichomme [Thu, 8 Oct 2020 11:46:50 +0000 (13:46 +0200)]
Add reporting page creation in pythonsdk-tests

Issue-ID: TEST-269

Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: I4ab0a2f7a1a1e98ae5d05166c6aa06212d24eeae
Signed-off-by: mrichomme <morgan.richomme@orange.com>
4 years agoMerge "Collect steps execution result"
Morgan Richomme [Wed, 7 Oct 2020 09:02:51 +0000 (09:02 +0000)]
Merge "Collect steps execution result"

4 years agoCollect steps execution result 66/113566/2
Michal Jagiello [Tue, 6 Oct 2020 09:56:13 +0000 (09:56 +0000)]
Collect steps execution result

Create a decorator to collect step execution result and store them in storage class.
Storage class prepare a dictionary with step class name and execution result.

Issue-ID: INT-1733
Change-Id: I9c4030a0740085a9acca461c1581683c469ecbcf
Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
4 years agoRemove clearwater_ims configuration file 57/113557/1
mrichomme [Tue, 6 Oct 2020 06:56:44 +0000 (08:56 +0200)]
Remove clearwater_ims configuration file

They contain reference to GPLv3 [1]

Issue-ID: INT-1732

[1]: https://lfscanning.org/reports/onap/onap-2020-10-48775714-948d-4f9d-b93f-13de323390f2.html

Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: Iecb438f1c99881a0e9ca28e27142072a46f77bcb

4 years agoFix artifact path in clearwater_ims use case 20/113420/1
mrichomme [Thu, 1 Oct 2020 11:34:21 +0000 (13:34 +0200)]
Fix artifact path in clearwater_ims use case

Issue-ID: TEST-224

Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: I4e958954939e2068f133a5ee934b69064a21739a

4 years agoParam missing for clearwater_ims use case 15/113415/1
mrichomme [Thu, 1 Oct 2020 09:33:14 +0000 (11:33 +0200)]
Param missing for clearwater_ims use case

Issue-ID: TEST-242

Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: If32d9bd1416afaf98f30eb801f92a13ecb1c8510

4 years agoUpdate entry point to consider clean as part of the test 09/113409/1
mrichomme [Thu, 1 Oct 2020 06:24:50 +0000 (08:24 +0200)]
Update entry point to consider clean as part of the test

It is not just a teradown oepration for extra resources
We must verify that resources have been properly cleaned

Issue-ID: TEST-240

Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: Ifc0301ba6f35b05d74dc43ac86203f11ada0789e

4 years agoUpdate path management 20/113320/2
mrichomme [Tue, 29 Sep 2020 14:08:46 +0000 (16:08 +0200)]
Update path management

In case a yaml file is defined the zip was referenced in 2 places
consider only the yaml param if the yaml file is defined

Add the python path to simplify the integration in CI
a,d avoid overwritting any configuration

only the 2 ENV parameters + the openstack cloud + the hosts
are needed to run any pythonsdk-test

Issue-ID: TEST-240

Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: I57bf303b497e4d2b1dd740286f07beb3783222b1
Signed-off-by: mrichomme <morgan.richomme@orange.com>
4 years agoMerge "Add heat zip files"
Thierry Hardy [Tue, 29 Sep 2020 12:27:40 +0000 (12:27 +0000)]
Merge "Add heat zip files"

4 years agouse onapsdk 7.0.0 and no more the develop branch 03/113303/1
mrichomme [Tue, 29 Sep 2020 08:58:53 +0000 (10:58 +0200)]
use onapsdk 7.0.0 and no more the develop branch

Issue-ID: TEST-240

Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: Ide0690c3c75a967e1cfa1ce44b1ff7199867cfbd

4 years agoAdd heat zip files 00/113300/1
mrichomme [Tue, 29 Sep 2020 08:27:29 +0000 (10:27 +0200)]
Add heat zip files

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

4 years agoMerge "Wait for distribution before launching the instantiation"
Morgan Richomme [Mon, 28 Sep 2020 15:22:35 +0000 (15:22 +0000)]
Merge "Wait for distribution before launching the instantiation"

4 years agoMerge "Prepare python package to integrate it in xtesting docker"
Thierry Hardy [Mon, 28 Sep 2020 15:20:56 +0000 (15:20 +0000)]
Merge "Prepare python package to integrate it in xtesting docker"

4 years agoWait for distribution before launching the instantiation 72/113172/2
mrichomme [Fri, 25 Sep 2020 15:21:38 +0000 (17:21 +0200)]
Wait for distribution before launching the instantiation

Issue-ID: TEST-240

Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: Ib4fbd3d6b8eb870afd45ae88206ae57d142cf8e0
Signed-off-by: mrichomme <morgan.richomme@orange.com>
4 years agoPrepare python package to integrate it in xtesting docker 02/113002/7
mrichomme [Tue, 22 Sep 2020 15:28:22 +0000 (17:28 +0200)]
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>
4 years agoMerge "Avoid to add vim info with ESR if the vim is already provisionned"
Morgan Richomme [Thu, 24 Sep 2020 12:06:40 +0000 (12:06 +0000)]
Merge "Avoid to add vim info with ESR if the vim is already provisionned"

4 years agoAvoid to add vim info with ESR if the vim is already provisionned 94/113094/3
Thierry Hardy [Thu, 24 Sep 2020 09:03:54 +0000 (11:03 +0200)]
Avoid to add vim info with ESR if the vim is already provisionned

- Optimization of the cloud configuration
- CloudRegionCreateStep was called twice
- Change the name of RegisterCloudRegionToMulticloud to RegisterCloudRegion
to be more generic
- Having the cloud creation in RegisterCloudRegionStep avoid adding the ESR
each time an instantiation is launched so the CloudRegionCreateStep is now
inserted in RegisterCloudRegionStep
- USE_MULTICLOUD was no longer checked
- The adding of availability zone and tenant is also moved to RegisterCloudRegionStep
Pylint issue corrected
Minor errors (init without added step)
Issue-ID: TEST-264
Signed-off-by: Thierry Hardy <thierry.hardy@orange.com>
Change-Id: Ibfd5506412fd7472144165c19bfe9e4dc53d6e08
Signed-off-by: Thierry Hardy <thierry.hardy@orange.com>
4 years agoUpdate INFO.yaml 40/113040/2
mrichomme [Wed, 23 Sep 2020 08:42:35 +0000 (10:42 +0200)]
Update INFO.yaml

Issue-ID: INT-1724

Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: I4f06a7890cee119f7e905b59db5255d15b6adc14
Signed-off-by: mrichomme <morgan.richomme@orange.com>
4 years agoAllows to launch only instantiation 84/112884/1
Thierry Hardy [Fri, 18 Sep 2020 11:32:36 +0000 (13:32 +0200)]
Allows to launch only instantiation

It is requested to be able to launch instantiation without performing
again onboarding and cloud configuration steps.

Issue-ID: TEST-254
Signed-off-by: jardellos <thierry.hardy@orange.com>
Change-Id: I4e25a0cc4c9e195ed26c96f15ac5ae9a36ec9bfb

4 years agoAdd cleanup function 27/112627/3
mrichomme [Mon, 14 Sep 2020 16:16:26 +0000 (18:16 +0200)]
Add cleanup function

Issue-ID: TEST-240

Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: I784e958f869a0cbee702c915509fe80d37d44b65
Signed-off-by: mrichomme <morgan.richomme@orange.com>
4 years agoConsider SERVICE_NAME from the yaml file 25/112625/1
mrichomme [Mon, 14 Sep 2020 15:29:57 +0000 (17:29 +0200)]
Consider SERVICE_NAME from the yaml file

avoid duplication in yaml and settings
if not defined in Yaml, possibility to set it up manually

Issue-ID: TEST-240

Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: Ib005eaea78e109b6917f2a09ae04ce0c2c511660

4 years agoUpdated yaml-based instantiation and MultiCloud registry 88/112388/7
andreasgeissler [Wed, 9 Sep 2020 16:01:12 +0000 (18:01 +0200)]
Updated yaml-based instantiation and MultiCloud registry
Correction for linter and updated run script
Issue-ID: TEST-256

Signed-off-by: andreasgeissler <andreas-geissler@telekom.de>
Change-Id: Ia1f6f41f8fc6ed74c836ea7aa987f10487f377a6

4 years agoUse clouds.yaml rather than duplicating the openstack data in the conf 70/112270/5
mrichomme [Tue, 8 Sep 2020 09:43:20 +0000 (11:43 +0200)]
Use clouds.yaml rather than duplicating the openstack data in the conf

Issue-ID: TEST-261

Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: I624fca14a30dde9e704a9b982b55cbb8028b37fd
Signed-off-by: mrichomme <morgan.richomme@orange.com>
4 years agoSupport non multicloud configuration 83/112183/6
mrichomme [Fri, 4 Sep 2020 15:03:23 +0000 (17:03 +0200)]
Support non multicloud configuration

Add tenant and availability zone manually
It is done by multicloud in multicloud mode

Use settings.py as the main settings and specific
settings per use case

Issue-ID: TEST-256

Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: I3a66a8416cddb546780f784568e7a88f2bd1781b
Signed-off-by: mrichomme <morgan.richomme@orange.com>
4 years agoAdd proxy support for pythonsdk-tests 44/111944/4
mrichomme [Tue, 1 Sep 2020 09:30:43 +0000 (11:30 +0200)]
Add proxy support for pythonsdk-tests

Issue-ID: TEST-253

Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: Icc411e8418a698dd031bc5338d38311b85da113b
Signed-off-by: mrichomme <morgan.richomme@orange.com>
4 years agoUpdated onboarding steps and customer creation and added HEAT files 46/112046/6
andreasgeissler [Wed, 2 Sep 2020 14:09:17 +0000 (16:09 +0200)]
Updated onboarding steps and customer creation and added HEAT files
Updated README to comply styleguide - hopefully now
Issue-ID: TEST-260

Signed-off-by: andreasgeissler <andreas-geissler@telekom.de>
Change-Id: I29b9709452ab7cccc1bca54e8e3f8a187c560d14

4 years agoAdd logger in python-sdktests 36/111836/5
jardellos [Fri, 28 Aug 2020 09:27:47 +0000 (11:27 +0200)]
Add logger in python-sdktests

Adding of logger to onaptests setting the stream and file handlers based
on settings.py
onapsdk should evolve to include the same code
This would avoid to add it in run.py
Simplification of the proposal based on remarks from Michal and Morgan
Issue-ID: TEST-252

Signed-off-by: jardellos <thierry.hardy@orange.com>
Change-Id: I5b7baf77580df916c4f5e62965a47d8462b44c43

4 years agoFirst proposal for the structure for pythonsdk based scenarios 88/110288/14
Michal Jagiello [Thu, 16 Jul 2020 17:16:42 +0000 (19:16 +0200)]
First proposal for the structure for pythonsdk based scenarios

Issue-ID: TEST-240

Change-Id: Ic989b26442b868363af7b3872bff49dd70d78be0
Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
5 years agoMerge "Replace jira project reference"
Marcin Przybysz [Mon, 8 Jun 2020 07:47:54 +0000 (07:47 +0000)]
Merge "Replace jira project reference"

5 years agoReplace jira project reference 40/108740/2
mrichomme [Wed, 3 Jun 2020 15:25:47 +0000 (17:25 +0200)]
Replace jira project reference

move from INT to TEST

Issue-ID: INT-1607

Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: Ifbb1f3290fbe4858a6734d39cc64336c06301bbd
Signed-off-by: mrichomme <morgan.richomme@orange.com>
5 years agoAdd tox.ini for pythonsdk-tests 20/108720/5
mrichomme [Wed, 3 Jun 2020 07:48:34 +0000 (09:48 +0200)]
Add tox.ini for pythonsdk-tests

Issue-ID: INT-1607

Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: I668882bcceb98c47896486c600f24fae52341b61
Signed-off-by: mrichomme <morgan.richomme@orange.com>
5 years agoCreate INFO.yaml for new pythonsdk_tests repository 50/108550/3
mrichomme [Fri, 29 May 2020 07:30:58 +0000 (09:30 +0200)]
Create INFO.yaml for new pythonsdk_tests repository

Issue-ID: INT-1607

Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: I97963f4fb9e79b9931ed69534259ca235ac750a3
Signed-off-by: mrichomme <morgan.richomme@orange.com>
5 years agoAutomation adds .gitreview 52/108252/2
LF Jenkins CI [Wed, 27 May 2020 20:29:38 +0000 (20:29 +0000)]
Automation adds .gitreview

Issue-ID: CIMAN-33

Change-Id: I1a06545321e4be7ea0546dec4226fd253a2c8bdf
Signed-off-by: lf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org>
5 years agoInitial empty repository
LF Jenkins CI [Wed, 27 May 2020 20:29:19 +0000 (20:29 +0000)]
Initial empty repository