This project is mirrored from https://:*****@osm.etsi.org/gerrit/osm/tests.git.
Pull mirroring updated .
- Nov 12, 2021
-
-
This reverts commit 70b36f05a9f1b754a74118572bfa136a20e81e10. Change-Id: Ia384359aeb1ff7778f29aba1e6b3ffc62e569386 Signed-off-by: David Garcia <david.garcia@canonical.com>
-
- Nov 11, 2021
-
-
garciadav authored
This reverts commit 2467b9bf. Change-Id: I0e6a226bd6c173211b105e08507efa5cf438c27d Signed-off-by: David Garcia <david.garcia@canonical.com>
-
Change-Id: I7b20b690c3c72641765192e1ec83d429062916cd Signed-off-by: David Garcia <david.garcia@canonical.com>
-
- Nov 05, 2021
-
-
aguilard authored
Added checking on the number of disks in the VDU. Change-Id: I915d1fcbe616c8880a616fb1289daa6fd2c14c42 Signed-off-by: aguilard <e.dah.tid@telefonica.com>
-
- Oct 25, 2021
-
-
aguilard authored
Change-Id: I3b6a55c8d9eaea549a68c7b614fee279cb41ca6d Signed-off-by: aguilard <e.dah.tid@telefonica.com>
-
- Oct 19, 2021
-
-
veleza authored
Change-Id: I40eaf199f87ed7be5ea14880e22ccaf67ebbff3f Signed-off-by: veleza <axel.velez@etsi.org>
-
Change-Id: I6fe1aac052fe619041bba001c9a3a5dda40e6142 Signed-off-by: David Garcia <david.garcia@canonical.com>
-
- Oct 06, 2021
-
-
aguilard authored
Change-Id: Ia49b05458b14be6abe916d6a80812aa5c7643843 Signed-off-by: aguilard <e.dah.tid@telefonica.com>
-
- Sep 23, 2021
-
-
aktas authored
basic_20 is failing due to the timeout value which is 2 mins. Thanks to David Aguilar we know that this time should be 4 mins. Change-Id: I683e486b55dea056fb5e6d041ae7e7bd2c97a0d8 Signed-off-by: aktas <emin.aktas@ulakhaberlesme.com.tr>
-
- Sep 21, 2021
-
-
aguilard authored
Change-Id: I0edb6eadffa233df8db7ac71dc39b67ab4a7162d Signed-off-by: aguilard <e.dah.tid@telefonica.com>
-
- Sep 20, 2021
-
-
With the new way of the juju accces in k8s_08 testsuite, installing juju in the container is not needed. k8s_08 testsuite changes: https://osm.etsi.org/gerrit/c/osm/tests/+/11104 Change-Id: I945aa6995241869926c5f76ec9c3eaf960576920 Signed-off-by: aktas <emin.aktas@ulakhaberlesme.com.tr>
-
This test reqiures vnf-onboarding/osm-packages!164 Change-Id: Icd0dd99d8940d5d55a233e4496ee3e8eef1df000 Signed-off-by: aktas <emin.aktas@ulakhaberlesme.com.tr>
-
- Sep 17, 2021
-
-
Change-Id: I81e23dcfcdcc67d325db7013e983ecceb02d4168 Signed-off-by: Atul Agarwal <Atul.Agarwal@Altran.com>
-
- Sep 15, 2021
-
-
A different cluster name has been set for each test to avoid chain errors in k8s test when one fails. Change-Id: I68969e89773389a1d8fa36c11ef90283cb671b1b Signed-off-by: aguilard <e.dah.tid@telefonica.com>
-
Updated openstack_lib.robot for adding new keyword 'Check NS Servers In VIM' needed by fail01 test. Change-Id: Ib602d27d8643e9c4b7c1029533258b79df5e86a8 Signed-off-by: aguilard <e.dah.tid@telefonica.com>
-
- Sep 09, 2021
-
-
aguilard authored
Change-Id: Id9b1a01da70e41526c59895a0e4052c37b28b7e8 Signed-off-by: aguilard <e.dah.tid@telefonica.com>
-
- Sep 03, 2021
-
-
Change-Id: I2c4509a2c9bcc6837b91f0064206181eb776d6d4 Signed-off-by: aguilard <e.dah.tid@telefonica.com>
-
Reduced NS instantiation timeout from 40 to 15 minutes in basic_12 testsuite. Change-Id: I3afb5e4320d9868038e01d4ce79ac6e32e8a8171 Signed-off-by: aguilard <e.dah.tid@telefonica.com>
-
Now juju commands are executed via SSH on the OSM host and it is not necessary to have juju installed on the client. Deleted k8s_08-simple_k8s_scaling_data.py (obsolete). Change-Id: I0cffb5e227f57a6e12555c7120e3faf4956857ca Signed-off-by: aguilard <e.dah.tid@telefonica.com>
-
- Aug 30, 2021
-
-
Change-Id: I2982d0cd077b3f929ed808b79c686ffc852947c0 Signed-off-by: aguilard <e.dah.tid@telefonica.com>
-
- Aug 13, 2021
-
-
garciadeblas authored
Some of the tests require access to OSM instance in order to run some commands from there. Those commands could be run using ssh, but a private key is required to be able connect to that OSM instance. This change adds an env variable to define the location of the private key to access OSM instance. That env variable should be used by the tests requiring access to OSM instance via ssh to run commnads. Change-Id: Ifb25406d3145f6af862f071cb6bfb90ef0513e7f Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- Jun 24, 2021
-
-
aguilard authored
Change-Id: I9c7aba1729f77c106c7d856fa773251cbfe4fa7a Signed-off-by: aguilard <e.dah.tid@telefonica.com>
-
- Jun 18, 2021
-
-
aktas authored
This robot test created for this specific package vnf-onboarding/osm-packages!154 Test case steps: 1 - Adds packages 2 - Adds K8s Cluster 3 - Creates NS Service 4 - Gets the scale count 5 - Scale-out the NS 6 - Checks scale count 7 - Scale-in the NS 8 - Check scale count 9 - Removes the NS, K8s cluster and packages This commit includes Juju support Change-Id: Iba7c59a65c9ae2607b23c7104e8178e20b502c60 Signed-off-by: aktas <emin.aktas@ulakhaberlesme.com.tr>
-
- May 31, 2021
-
-
aguilarherna authored
Change-Id: I30aa7542ad2143551cbcc54f2c8ec4cf7bb24e9f Signed-off-by: aguilarherna <daguilarh@indra.es>
-
- May 27, 2021
-
-
This reverts commit c0b3a8e3. As requested by TSC Change-Id: Iab49a93c14499ef5ab3cc8d243fc336bc63df977
-
- May 25, 2021
-
-
Change-Id: I783b7a5dd1c7c8f0cde070434c947acdc3bcc974 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
Change-Id: Ie8dfad05c42d2a962659dc5ad74b3f5290307aec Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- May 19, 2021
-
-
aguilarherna authored
Modified the way to check the successful creation of SDNC in 'Check for SDNC' keyword. Corrected check on metric (should be 1) in 'Check If SDNC Is Available' keyword. Change-Id: I7f23dc9033caec8ac6ab3d00be577912a1bfa0fa Signed-off-by: aguilarherna <daguilarh@indra.es>
-
- May 14, 2021
-
-
Mark Beierl authored
Adds output of opentstack server list to the check for ns instance so that way we can see if there is any mismatch between the state of Openstack and the LCM. Change-Id: I3c7a47b254c9ded037a8bbcc44d7b0f8e8e6d92a Signed-off-by: beierlm <mark.beierl@canonical.com>
-
- May 12, 2021
-
-
This reverts commit f0c88cd2aa142fd84650435fbbbec68e32503766. Change-Id: I7827a31b0e3489a985e7f66e94074cc57a48fc9b Signed-off-by: aguilarherna <daguilarh@indra.es>
-
Moved variables from resource file to .robot file (where possible) and removed first one. Change-Id: I4d71b33d738e1c4ae3835581f462d6a6975d66a8 Signed-off-by: aguilarherna <daguilarh@indra.es>
-
Mark Beierl authored
EPA 05 cannot pass in the current ETSI VIM, so it is being removed from the daily and regression suites. It is still possible to run it via the epa_05 or cliuster_epa suite. Change-Id: I61fc262556836d5f7b5af7eddd1164286e4dfea3 Signed-off-by: beierlm <mark.beierl@canonical.com>
-
- Apr 28, 2021
-
-
Change-Id: Iba2ccfa3d3cc081e2e771a712ddb63507ea8678c Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- Apr 27, 2021
-
-
aguilarherna authored
Change-Id: Ic8e75d661a8377db8f7e7cf0519fcac95b62739f Signed-off-by: aguilarherna <daguilarh@indra.es>
-
- Apr 22, 2021
-
-
Mark Beierl authored
Now that internal OSM software does not specify python modules in setup.py, we need to include the requirements.txt from the module in the requirements-dev.in to generate the full list properly. Change-Id: I1b9660bb3e6d22eb199757f6c90e4fdeef0c707c Signed-off-by: beierlm <mark.beierl@canonical.com>
-
- Apr 18, 2021
-
-
garciadeblas authored
Change-Id: I8ad00b2ae34248dd2649d0fbc66f9af3b004eea4 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- Apr 15, 2021
-
-
All the testsuites were updated to follow an agreed schema. However, there were errors in that process, and basic_07, k8s_01 and epa_05 were wrongly tagged. This change updates the wrong tags: - The tags on each test of testsuite basic_07 have been removed. Only the general testsuite param "Force Tags" has been kept, and the cleanup tag. - The tag daily has been removed in testsuite k8s_01 - A typo in epa_05 has been fixed Change-Id: I9a444ceaf60ccb6fb6c9031a2a135ec29e35af4f Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
aguilarherna authored
Change-Id: Ia4d7cad2dea93ad61dab6893342a885140138c8e Signed-off-by: aguilarherna <daguilarh@indra.es>
-
- Apr 14, 2021
-
-
Mark Beierl authored
Need to double the backslash in Robot Change-Id: Ib2719a2f76f469162c1a6a7fabe86fbe5e973348 Signed-off-by: beierlm <mark.beierl@canonical.com>
-
- Apr 13, 2021
-
-
Mark Beierl authored
Strips quotes from output Change-Id: I19e2e9e5b5ab13d2c2e4c48f4e88b1921464051c Signed-off-by: beierlm <mark.beierl@canonical.com>
-