SuccessConsole Output

Skipping 152 KB.. Full Log
Downloading charset_normalizer-3.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (201 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 201.8/201.8 kB 15.2 MB/s eta 0:00:00
Downloading click-8.1.7-py3-none-any.whl (97 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.9/97.9 kB 8.4 MB/s eta 0:00:00
Downloading idna-3.4-py3-none-any.whl (61 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.5/61.5 kB 4.4 MB/s eta 0:00:00
Downloading Jinja2-3.1.2-py3-none-any.whl (133 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.1/133.1 kB 11.5 MB/s eta 0:00:00
Downloading jsonpath_ng-1.6.0-py3-none-any.whl (29 kB)
Downloading MarkupSafe-2.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB)
Downloading packaging-23.1-py3-none-any.whl (48 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.9/48.9 kB 4.2 MB/s eta 0:00:00
Downloading ply-3.11-py2.py3-none-any.whl (49 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.6/49.6 kB 4.2 MB/s eta 0:00:00
Downloading prettytable-3.9.0-py3-none-any.whl (27 kB)
Downloading python_magic-0.4.27-py2.py3-none-any.whl (13 kB)
Downloading requests-2.31.0-py3-none-any.whl (62 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 3.8 MB/s eta 0:00:00
Downloading urllib3-2.0.5-py3-none-any.whl (123 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 123.8/123.8 kB 10.7 MB/s eta 0:00:00
Downloading verboselogs-1.7-py2.py3-none-any.whl (11 kB)
Downloading wcwidth-0.2.6-py2.py3-none-any.whl (29 kB)
Installing collected packages: wcwidth, verboselogs, ply, urllib3, python-magic, prettytable, packaging, markupsafe, jsonpath-ng, idna, click, charset-normalizer, certifi, requests, jinja2
  WARNING: The script jsonpath_ng is installed in '/home/ubuntu/.local/bin' which is not on PATH.
  Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
  WARNING: The script normalizer is installed in '/home/ubuntu/.local/bin' which is not on PATH.
  Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
Successfully installed certifi-2023.7.22 charset-normalizer-3.2.0 click-8.1.7 idna-3.4 jinja2-3.1.2 jsonpath-ng-1.6.0 markupsafe-2.1.3 packaging-23.1 ply-3.11 prettytable-3.9.0 python-magic-0.4.27 requests-2.31.0 urllib3-2.0.5 verboselogs-1.7 wcwidth-0.2.6

OSM client installed
OSM client assumes that OSM host is running in localhost (127.0.0.1).
In case you want to interact with a different OSM host, you will have to configure this env variable in your .bashrc file:
     export OSM_HOSTNAME=nbi.172.21.23.13.nip.io
Track osmclient osmclient_ok: https://osm.etsi.org/InstallLog.php?&installation_id=1719746466-W0F0f5qgus8VPiDR&local_ts=1719746890&event=osmclient&operation=osmclient_ok&value=&comment=&tags=
Checking OSM health state...
helm -n osm list
NAME       	NAMESPACE	REVISION	UPDATED                                	STATUS  	CHART         	APP VERSION
airflow    	osm      	1       	2024-06-30 11:23:43.677766186 +0000 UTC	deployed	airflow-1.9.0 	2.5.3      
mongodb-k8s	osm      	1       	2024-06-30 11:23:36.833050285 +0000 UTC	deployed	mongodb-13.9.4	6.0.5      
osm        	osm      	1       	2024-06-30 11:23:37.531659143 +0000 UTC	deployed	osm-0.0.1     	15         
helm -n osm status osm
NAME: osm
LAST DEPLOYED: Sun Jun 30 11:23:37 2024
NAMESPACE: osm
STATUS: deployed
REVISION: 1
NOTES:
1. Get the application URL by running these commands:
  export OSM_GUI_URL=$(kubectl get --namespace osm -o jsonpath="{.spec.rules[0].host}" ingress ngui-ingress)
  echo "OSM UI: $OSM_GUI_URL"
  export OSM_HOSTNAME=$(kubectl get --namespace osm -o jsonpath="{.spec.rules[0].host}" ingress nbi-ingress)
  echo "OSM_HOSTNAME (for osm client): $OSM_HOSTNAME"
2. Get Grafana credentials for admin user using below command.
  kubectl -n osm  get secret grafana -o jsonpath="{.data.admin-password}" | base64 --decode ; echo
===> Successful checks: 1/24
===> Successful checks: 2/24
===> Successful checks: 3/24
===> Successful checks: 4/24
===> Successful checks: 5/24
===> Successful checks: 6/24
===> Successful checks: 7/24
===> Successful checks: 8/24
===> Successful checks: 9/24
===> Successful checks: 10/24
===> Successful checks: 11/24
===> Successful checks: 12/24
===> Successful checks: 13/24
===> Successful checks: 14/24
===> Successful checks: 15/24
===> Successful checks: 16/24
===> Successful checks: 17/24
===> Successful checks: 18/24
===> Successful checks: 19/24
===> Successful checks: 20/24
===> Successful checks: 21/24
===> Successful checks: 22/24
===> Successful checks: 23/24
===> Successful checks: 24/24
SYSTEM IS READY
Track healthchecks after_healthcheck_ok: https://osm.etsi.org/InstallLog.php?&installation_id=1719746466-W0F0f5qgus8VPiDR&local_ts=1719747020&event=healthchecks&operation=after_healthcheck_ok&value=&comment=&tags=
21a037aa-e930-4454-b58e-7801346d0fc5
42bf043a-f4cb-4625-a132-5f77c7be3a7e
Track final_ops add_local_k8scluster_ok: https://osm.etsi.org/InstallLog.php?&installation_id=1719746466-W0F0f5qgus8VPiDR&local_ts=1719747022&event=final_ops&operation=add_local_k8scluster_ok&value=&comment=&tags=
Track end end: https://osm.etsi.org/InstallLog.php?&installation_id=1719746466-W0F0f5qgus8VPiDR&local_ts=1719747023&event=end&operation=end&value=&comment=&tags=
/etc/osm
/etc/osm/helm
/etc/osm/helm/airflow-values.yaml
/etc/osm/helm/mongodb-values.yaml
/etc/osm/helm/osm-values.yaml

DONE
+ set +eux
Warning: Permanently added '172.21.23.13' (ED25519) to the list of known hosts.
Defaulted container "lcm" out of: lcm, kafka-ro-mongo-test (init)
Unable to use a TTY - input is not a terminal or the right kind of file
+ export JUJU_PASSWORD=secret
+ JUJU_PASSWORD=secret
+ cat
+ echo Environment was updated at /robot-systest/results/osm_environment.rc
Environment was updated at /robot-systest/results/osm_environment.rc
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Add VIM and K8s cluster to OSM)
[Pipeline] sh
[azure_robot_tests] Running shell script
+ . /robot-systest/results/osm_environment.rc
+ export CLOUD_TYPE=azure
+ export OSM_IP_ADDRESS=172.21.23.13
+ export OSM_HOSTNAME=nbi.172.21.23.13.nip.io
+ export OSM_IMAGE_NAME=osmtest202406301118
+ export JUJU_PASSWORD=secret
+ . /robot-systest/results/k8s_environment.rc
+ export CLOUD_TYPE=azure
+ export USE_PAAS_K8S=FALSE
+ export K8S_IP=172.21.23.12
+ export K8S_IMAGE_NAME=k8stest202406301109
+ export K8S_CREDENTIALS=/robot-systest/results/kubeconfig.yaml
+ osm version
Server version: 9.0.0.post119+gd68526d 2020-04-17
Client version: 11.0.0rc1.post74+gec1d366
+ set +x
Adding VIM to OSM
798fb69b-191f-4ce5-aca1-c81ea2d3d235
+-----------------+--------------------------------------------------------------+
| key             | attribute                                                    |
+-----------------+--------------------------------------------------------------+
| _id             | "798fb69b-191f-4ce5-aca1-c81ea2d3d235"                       |
| name            | "azure-etsi"                                                 |
| vim_type        | "azure"                                                      |
| description     | "None"                                                       |
| vim_url         | "http://www.azure.com"                                       |
| vim_user        | "7c5ba2e6-2013-49a0-bf9a-f2592030f7ff"                       |
| vim_password    | "********"                                                   |
| vim_tenant_name | "e6746ab5-ebdc-4e9d-821b-a71bdaf63d9b"                       |
| config          | {                                                            |
|                 |   "region_name": "westeurope",                               |
|                 |   "resource_group": "OSM_CICD_GROUP",                        |
|                 |   "subscription_id": "8fb7e78d-097b-413d-bc65-41d29be6bab1", |
|                 |   "vnet_name": "OSM-CICD-net",                               |
|                 |   "flavors_pattern": "^Standard"                             |
|                 | }                                                            |
| _admin          | {                                                            |
|                 |   "created": 1719747027.8047175,                             |
|                 |   "modified": 1719747027.8047175,                            |
|                 |   "projects_read": [                                         |
|                 |     "44ae844e-83bc-4b42-8d58-408200d0f0e7"                   |
|                 |   ],                                                         |
|                 |   "projects_write": [                                        |
|                 |     "44ae844e-83bc-4b42-8d58-408200d0f0e7"                   |
|                 |   ],                                                         |
|                 |   "operationalState": "ENABLED",                             |
|                 |   "operations": [                                            |
|                 |     {                                                        |
|                 |       "lcmOperationType": "create",                          |
|                 |       "operationState": "COMPLETED",                         |
|                 |       "startTime": 1719747027.8048725,                       |
|                 |       "statusEnteredTime": 1719747027.8386538,               |
|                 |       "operationParams": null                                |
|                 |     }                                                        |
|                 |   ],                                                         |
|                 |   "current_operation": null,                                 |
|                 |   "detailed-status": ""                                      |
|                 | }                                                            |
| schema_version  | "1.11"                                                       |
| admin           | {                                                            |
|                 |   "current_operation": 0                                     |
|                 | }                                                            |
+-----------------+--------------------------------------------------------------+
Adding K8s cluster to OSM
ae490151-82e2-4a05-b9ea-3343bcfec0c1
+----------------+------------------------------------------------------------------------------------------------------+
| key            | attribute                                                                                            |
+----------------+------------------------------------------------------------------------------------------------------+
| _id            | "ae490151-82e2-4a05-b9ea-3343bcfec0c1"                                                               |
| name           | "k8stest202406301109"                                                                                |
| credentials    | {                                                                                                    |
|                |   "apiVersion": "v1",                                                                                |
|                |   "clusters": [                                                                                      |
|                |     {                                                                                                |
|                |       "cluster": {                                                                                   |
|                |         "certificate-authority-data": "LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUREekNDQWZlZ0F3SUJBZ |
|                | 0lVV0FBcng4MGlUblFuYmJvUWEvWHpmTVp3ekhrd0RRWUpLb1pJaHZjTkFRRUwKQlFBd0Z6RVZNQk1HQTFVRUF3d01NVEF1TVRVe |
|                | UxqRTRNeTR4TUI0WERUSTBNRFl6TURFeE1UVXlOMW9YRFRNMApNRFl5T0RFeE1UVXlOMW93RnpFVk1CTUdBMVVFQXd3TU1UQXVNV |
|                | FV5TGpFNE15NHhNSUlCSWpBTkJna3Foa2lHCjl3MEJBUUVGQUFPQ0FROEFNSUlCQ2dLQ0FRRUEyRXBYeWlkN3h4ZzZ2TlNSS2kvQ |
|                | UVNdnh2K3dBaGZ2ZGV4ZmgKWXJ1bFFtRCs3a0swZndsY3l1aHcrcGswZS95ekMwakczVzhNZkhIbFFneTJpbUtlM2ZGMjJhSUxWQ |
|                | XpCa1N6Uwp1UTBpM0lmaElqRUt2NkloM0NmRFg0dEVKTG5GUXNLbXpBWC95OHdodm0rcFhlay95M25sWjROeThxeU9TeXZzCklEe |
|                | Tc1WFRtMVJ6ZUZQY1ZKSGgrZ2xvMkZCZGN1T0hZU1U4WEhUcFpnNkJXalo0ZXZWTWE0d3VCTDZxN1pHZmEKdXBXcytHcmNZN1ZRR |
|                | HhNS2QwNDhvZm5UTUNkUDhOY0tLTWVmR0R0UmFuWGVKMy8xdnRxUGJ1VTdoRVhVMVlRYQpGQkI4alpaS3B4RWdXZzlMbjBGQmtmT |
|                | 1lRaWI1MzY4TXdqdjNzZXdpNEc2YW1Tb0RYd0lEQVFBQm8xTXdVVEFkCkJnTlZIUTRFRmdRVVNLM0VhWDl4dUZTcHVDMVZORmtMW |
|                | XpwSko5MHdId1lEVlIwakJCZ3dGb0FVU0szRWFYOXgKdUZTcHVDMVZORmtMWXpwSko5MHdEd1lEVlIwVEFRSC9CQVV3QXdFQi96Q |
|                | U5CZ2txaGtpRzl3MEJBUXNGQUFPQwpBUUVBUUVFRzdiUzZ2OXFPTjN4SDBLWXBjUUM2eGxqU200Um5temErUHphZ1NRVWxBdGxCe |
|                | WhqdnN4V0lUMnFKCmxCSm5WMW5Ea2hGd3d5d3pxRFcxYVBhZnBlSXd4QW84V0Fuejh2YzNnZitpd2ZqT0F6R0x3cFhCR1IzVE9Yb |
|                | VkKeTJvd1BjdVV4a0JxYnhUOUlvNU5MTElDTnp2Vy9ieFFsTUFaS1ZBVUNGUUFsa1hJcTErYlFHRHVET2FPWU9CcwpLYTFOdmR5R |
|                | StUTVlsNXd3blQzM0dseEFxdy9EVHR0SE55VTdFa3BzUjhnbTF5elhVbGQ2cjBNWmpKQzU5aDJlCjM1VkF4Qmc5Z2o4WFV1eUxKb |
|                | 2R2eXluVEljVnl1UnRPdzJCR01kVmpDTFVYTXQzQk9SWFNhYVh2bmpoOFhNMEUKNlF6TktWZG1kTWJPS3haa25lZkFyelF6Z2c9P |
|                | QotLS0tLUVORCBDRVJUSUZJQ0FURS0tLS0tCg==",                                                            |
|                |         "server": "https://172.21.23.12:16443"                                                       |
|                |       },                                                                                             |
|                |       "name": "microk8s-cluster"                                                                     |
|                |     }                                                                                                |
|                |   ],                                                                                                 |
|                |   "contexts": [                                                                                      |
|                |     {                                                                                                |
|                |       "context": {                                                                                   |
|                |         "cluster": "microk8s-cluster",                                                               |
|                |         "user": "admin"                                                                              |
|                |       },                                                                                             |
|                |       "name": "microk8s"                                                                             |
|                |     }                                                                                                |
|                |   ],                                                                                                 |
|                |   "current-context": "microk8s",                                                                     |
|                |   "kind": "Config",                                                                                  |
|                |   "preferences": {},                                                                                 |
|                |   "users": [                                                                                         |
|                |     {                                                                                                |
|                |       "name": "admin",                                                                               |
|                |       "user": {                                                                                      |
|                |         "client-certificate-data": "LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUN6RENDQWJTZ0F3SUJBZ0lV |
|                | RE55c3VFTUNCTnlRdVQyeUVjMTU2TGgwWCs4d0RRWUpLb1pJaHZjTkFRRUwKQlFBd0Z6RVZNQk1HQTFVRUF3d01NVEF1TVRVeUxq |
|                | RTRNeTR4TUI0WERUSTBNRFl6TURFeE1UVXpNRm9YRFRNMApNRFl5T0RFeE1UVXpNRm93S1RFT01Bd0dBMVVFQXd3RllXUnRhVzR4 |
|                | RnpBVkJnTlZCQW9NRG5ONWMzUmxiVHB0CllYTjBaWEp6TUlJQklqQU5CZ2txaGtpRzl3MEJBUUVGQUFPQ0FROEFNSUlCQ2dLQ0FR |
|                | RUFtRWxoSHc0dW5RSEgKTERsNnZ6SjJDbGRuUjNtTDV3MXRGVHVSeG9BQU5QR252aHEzcmxSVldzNk42YWVqS1drVXdUdy92MUtI |
|                | dFc3UAo0dEd2aTAvNk81NG1nVUI5QWVjN3FSWityOUlaeTNlNU9GbngrMHB5SFdxMkMyS2lkZGVBcFkzVys0OWgxMDQxCmFOVDlS |
|                | Q1EwM0lEUU1jdVVIZ0hwTi9CM05XVms2MnJ0MWlLTWZaK0xheFhUVjNRZ1h2TlMrc1M5TThFZW13ODAKSkpFTGowbzl6ZVIxYk5o |
|                | Zk9iNGhSNkRvL1pFTHBXMHhXaXpjVldyT0cvc3ZTVWlmU25oajV1SzN1QmVsQTF5NApIUkF6S0JsdXBGOGhTc1QrQ0xQMHFQTStn |
|                | VUNjd3NVWFlwSkVPUE45ais3SVpDcUc2WGZtRVUrY3J4ZTBZa2hXCmErWnNHRWtGWFFJREFRQUJNQTBHQ1NxR1NJYjNEUUVCQ3dV |
|                | QUE0SUJBUURTNzI4dWlVZHAwT2g3KzJ6TUJXM00KWjVqK0hTVEI2d21jbkpGaFBzeVpYNCtOQzlRZ25ianVKOHErTmpTUmpkdG9w |
|                | L0RvRHIrcHdITkJUcHJzTi83WQpUS1VOSEtjcWlmQVJhU1BURG52YmdlVlJvZ3JIdklYSWJsbW9NaldmTEhZWlUwbExERytSSmxh |
|                | NXlYSnppM0o3CkxxWU5LbVc3OFpBeVlkTWM0MEZGNkZYUjU2L2NmcFp5Y3VxMmJJeFNtU3JHbjNMdFNSTlJZc3I3ZEJIcFRVYk8K |
|                | VFJEMGlDQTlkKzJXVkgrZU5nTnBVU1RQd0wzNEp3ekhsWGVFWWU1QVVZQWplZXBVOVZaK1RhVHF3WnAxSWNmYwpFMlRjcStyTUFL |
|                | M2g0OEhGcmpMVzRkV2I3UldwSWZ2bDBtRFZySkMzeVR2MVRYMFF4M1RUSnNEUzUwVnJEWWR6Ci0tLS0tRU5EIENFUlRJRklDQVRF |
|                | LS0tLS0K",                                                                                           |
|                |         "client-key-data": "LS0tLS1CRUdJTiBSU0EgUFJJVkFURSBLRVktLS0tLQpNSUlFb2dJQkFBS0NBUUVBbUVsaEh3 |
|                | NHVuUUhITERsNnZ6SjJDbGRuUjNtTDV3MXRGVHVSeG9BQU5QR252aHEzCnJsUlZXczZONmFlaktXa1V3VHcvdjFLSHRXN1A0dEd2 |
|                | aTAvNk81NG1nVUI5QWVjN3FSWityOUlaeTNlNU9GbngKKzBweUhXcTJDMktpZGRlQXBZM1crNDloMTA0MWFOVDlSQ1EwM0lEUU1j |
|                | dVVIZ0hwTi9CM05XVms2MnJ0MWlLTQpmWitMYXhYVFYzUWdYdk5TK3NTOU04RWVtdzgwSkpFTGowbzl6ZVIxYk5oZk9iNGhSNkRv |
|                | L1pFTHBXMHhXaXpjClZXck9HL3N2U1VpZlNuaGo1dUszdUJlbEExeTRIUkF6S0JsdXBGOGhTc1QrQ0xQMHFQTStnVUNjd3NVWFlw |
|                | SkUKT1BOOWorN0laQ3FHNlhmbUVVK2NyeGUwWWtoV2ErWnNHRWtGWFFJREFRQUJBb0lCQUdTdUhzZXBXS2YweFBrNApCeTdnN2Fs |
|                | b241OWhmRjBGUTFrR1NSb3pCZS82MUN1YS9sVUM3R3Rjby9ZV0hva0NML2FSSHBRZXZCbjNhUGxNCktBS3luWDFNMGFnaU9vTkhu |
|                | T250TlZTSVV3Vng0Y0tmdEp1dVhFT1dpVVI5c1dxM1R4WWs4RHpnVG85SjVZV3AKU3NnQ0ovQ2dPUVN5MHZvRHlXeHlUbDIrNnpt |
|                | NE11cXplVmVjYkZBbWZWQU9US0J5SWZRYitJOFRNUFQ1dHRmOQpFUHlUWkRkc0NPYjV1RUw1bWJYNmpNTEQxRUQxVFkvZzZzN2k0 |
|                | dmNwcUhHYmxvbGxKb2RqSjZCZUFiTGh4TWlNCkowZ09uRk5tclBQWklTUFJZbzNTTkpxclRRUzZZY0lZSDYxcmNVdWRtcEFhQ291 |
|                | bXdjVmRORVM4dFpmQzdieUgKaGJoUWFBRUNnWUVBeUZaODZpVWdyNEpDb3pxWTY3dzRzelNrNWhYTmtUTFZDYTEyUGlvYjBwN1RB |
|                | bm93TmZvSwplYkpXdm11dGk3Mm9MWGtPUU1pUVlaVWtzQ2dNYTF2STRKeGdoMHRnbzM5M1NtRDZmL0lHS2l1ZXZiQmx5bnR6CjJz |
|                | OEtEN2VEeUVxWndRSWE1c0M0cjQ4VHZPUzRlZ290bnhscjhnNlZaTWVnQnNvZ3ltOWp1NmtDZ1lFQXdwa2kKTlArQkdzdVk0QURP |
|                | TGU1ZE5hdEo3WTBPQlp0bTU4N25ndkIvNXlaR1l2UW5hTXV5V2NpWXpaQkhNVGxrSURXTQpUSjFwRU56Nm5IYXJ0S2pCWVYrZ2lt |
|                | YWhvUDF5aGhCUFJjOUgvZS9ZOTB4d2VNVHFtcHk0QXFpbXFkV0ducDlHCkFlMWpGWVpBS1JuTElqUVVnSkFZcE1FZUl6MnQ4MTZH |
|                | Mk41MTdKVUNnWUJ3SHFkT1MzVWRoS05Td3dxdWMrcXYKc0xqUTVFYm1DakxjZGE0RllIK3R3cUdKYzJUajhJcElUWnpxZVV6cE5q |
|                | MlhKWGJxbnRUZktCOGVUMnVUOGd4YwpXR2hWajhRSC9PQ0FTZ0luOVFXcU9EdGhJZ1gxNmwyT2lleXhteDB2elVCN21uZi95TUFU |
|                | ME5sVkVCU0dpSWU3CjBQaHV3ZWF1UG1LN0tnaHNBeWNuOFFLQmdEUkJxUlR3VS93ZEZtVjQ4ZVVWc0lRY0JsTTdZTHVTdXJTZk5E |
|                | NU8KVlJwK2hjSkc3RnBROFFqNVBFZGZhaTdHeWFONG5iOXBPZkNrVnN3emRmS2lxcU42YVlNaEFtQllEeXYvTHpxQQo2a1UvNWxT |
|                | cWV6MkRLN2p2UXQ2NzZWMk1FSVdDSWV1Y2t0SVI1aUxqWVZCRENncG9KNlgra2hoR2xQTFl2SDk2ClpkSnRBb0dBVE9iVm9MTGI3 |
|                | dHNNVjNRL2NUaXBnc1kvcUZmL2x3VFlickhYWkM2SmdsYS9XbVUzdW04TEkxMnoKY3M4bncyV1ZTdkZEMHZ2L3BVdXFncWZLcnZh |
|                | bmowaXU2cU9lOVBOTHRMREZCVzJUSFByNUJBc3ljOXVaZlJiMgo3dDcvd2ZRZFM2MElvYWk0VjV0cnNnOEowZjRPVkFqaVJyamNs |
|                | c3l3SElrbFNqQXFDbkU9Ci0tLS0tRU5EIFJTQSBQUklWQVRFIEtFWS0tLS0tCg=="                                    |
|                |       }                                                                                              |
|                |     }                                                                                                |
|                |   ]                                                                                                  |
|                | }                                                                                                    |
| k8s_version    | "v1"                                                                                                 |
| vim_account    | "798fb69b-191f-4ce5-aca1-c81ea2d3d235"                                                               |
| nets           | {                                                                                                    |
|                |   "net1": "OSM-CICD-subnet"                                                                          |
|                | }                                                                                                    |
| description    | "Robot cluster"                                                                                      |
| namespace      | "kube-system"                                                                                        |
| _admin         | {                                                                                                    |
|                |   "created": 1719747040.9522026,                                                                     |
|                |   "modified": 1719747040.9522026,                                                                    |
|                |   "projects_read": [                                                                                 |
|                |     "44ae844e-83bc-4b42-8d58-408200d0f0e7"                                                           |
|                |   ],                                                                                                 |
|                |   "projects_write": [                                                                                |
|                |     "44ae844e-83bc-4b42-8d58-408200d0f0e7"                                                           |
|                |   ],                                                                                                 |
|                |   "operationalState": "PROCESSING",                                                                  |
|                |   "operations": [                                                                                    |
|                |     {                                                                                                |
|                |       "lcmOperationType": "create",                                                                  |
|                |       "operationState": "PROCESSING",                                                                |
|                |       "startTime": 1719747040.952227,                                                                |
|                |       "statusEnteredTime": 1719747040.952227,                                                        |
|                |       "detailed-status": "",                                                                         |
|                |       "operationParams": null                                                                        |
|                |     }                                                                                                |
|                |   ],                                                                                                 |
|                |   "current_operation": null,                                                                         |
|                |   "helm_chart_repos": [],                                                                            |
|                |   "juju_bundle_repos": []                                                                            |
|                | }                                                                                                    |
| schema_version | "1.11"                                                                                               |
+----------------+------------------------------------------------------------------------------------------------------+
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run Robot tests)
[Pipeline] sh
[azure_robot_tests] Running shell script
+ . /robot-systest/results/osm_environment.rc
+ export CLOUD_TYPE=azure
+ export OSM_IP_ADDRESS=172.21.23.13
+ export OSM_HOSTNAME=nbi.172.21.23.13.nip.io
+ export OSM_IMAGE_NAME=osmtest202406301118
+ export JUJU_PASSWORD=secret
+ . /robot-systest/results/k8s_environment.rc
+ export CLOUD_TYPE=azure
+ export USE_PAAS_K8S=FALSE
+ export K8S_IP=172.21.23.12
+ export K8S_IMAGE_NAME=k8stest202406301109
+ export K8S_CREDENTIALS=/robot-systest/results/kubeconfig.yaml
+ /robot-systest/run_test.sh -t azure
==============================================================================
Testsuite                                                                     
==============================================================================
Testsuite.Basic 05-Instantiation Parameters In Cloud Init :: [BASIC-05] Ins...
==============================================================================
Create Cloudinit VNF Descriptor :: Upload VNF package for the test... | PASS |
------------------------------------------------------------------------------
Create Cloudinit NS Descriptor :: Upload NS package for the testsu... | PASS |
------------------------------------------------------------------------------
Instantiate Cloudinit Network Service Using Instantiation Paramete... | FAIL |
'+------------------------------------------+--------------------------------------+---------------------+----------+-------------------+------------------------------------------+
| ns instance name                         | id                                   | date                | ns state | current operation | error details                            |
+------------------------------------------+--------------------------------------+---------------------+----------+-------------------+------------------------------------------+
| basic_05_instantiation_params_cloud_init | 80cd4f76-1e01-4b10-bbd8-3c14c2f157ca | 2024-06-30T11:31:11 | BROKEN   | IDLE (None)       | Operation: INSTANTIATING.44a917fd-8217-  |
|                                          |                                      |                     |          |                   | 4a7b-80b9-ffabb4c04004, Stage 2/5:       |
|                                          |                                      |                     |          |                   | deployment of KDUs, VMs and execution    |
|                                          |                                      |                     |          |                   | environments.   ...
    [ Message content over the limit has been removed. ]
...                 |                                      |                     |          |                   | name can be up to 80 characters long. It |
|                                          |                                      |                     |          |                   | must begin with a word character, and it |
|                                          |                                      |                     |          |                   | must end with a word character or with   |
|                                          |                                      |                     |          |                   | '_'. The name may contain word           |
|                                          |                                      |                     |          |                   | characters or '.', '-', '_'.             |
+------------------------------------------+--------------------------------------+---------------------+----------+-------------------+------------------------------------------+
To get the history of all operations over a NS, run "osm ns-op-list NS_ID"
For more details on the current operation, run "osm ns-op-show OPERATION_ID"' contains 'BROKEN'
------------------------------------------------------------------------------
Get Management Ip Addresses :: Retrieve VNF mgmt IP address from OSM. | FAIL |
Variable '${NS_ID}' not found.
------------------------------------------------------------------------------
Test SSH Access With The New Password :: Test SSH access with the ... | FAIL |
msg=IP address of the management VNF is not available
------------------------------------------------------------------------------
Delete NS Instance :: Delete NS instance.                             | PASS |
------------------------------------------------------------------------------
Delete NS Descriptor :: Delete NS package from OSM.                   | PASS |
------------------------------------------------------------------------------
Delete VNF Descriptor :: Delete VNF package from OSM.                 | PASS |
------------------------------------------------------------------------------
Testsuite.Basic 05-Instantiation Parameters In Cloud Init :: [BASI... | FAIL |
8 tests, 5 passed, 3 failed
==============================================================================
Testsuite.Basic 06-Vnf With Charm :: [BASIC-06] VNF with Charm.               
==============================================================================
Create Charm VNF Descriptor :: Upload VNF package for the testsuite.  | PASS |
------------------------------------------------------------------------------
Create Charm NS Descriptor :: Upload NS package for the testsuite.    | PASS |
------------------------------------------------------------------------------
Instantiate Charm Network Service :: Instantiates the NS for the t... | FAIL |
'+---------------------+--------------------------------------+---------------------+----------+-------------------+-----------------------------------------+
| ns instance name    | id                                   | date                | ns state | current operation | error details                           |
+---------------------+--------------------------------------+---------------------+----------+-------------------+-----------------------------------------+
| basic_06_charm_test | c4cdb12c-7db0-4407-9f74-8c103ab560b9 | 2024-06-30T11:32:32 | BROKEN   | IDLE (None)       | Operation: INSTANTIATING.7c995ab8-7b14- |
|                     |                                      |                     |          |                   | 4669-ae33-aee8937dacf5, Stage 2/5:      |
|                     |                                      |                     |          |                   | deployment of KDUs, VMs and execution   |
|                     |                                      |                     |          |                   | environments.                           |
|                     |                                      |                     |          |                   | Detail: Deploying VCA vnf1.: create     |
|                     |                                      |                     |          |                   | execution environment. 'cacert'.        |
|                     |                                      |                     |          |                   | Deploying VCA vnf2.: create execution   |
|                     |                                      |                     |          |                   | environment. 'cacert'                   |
+---------------------+--------------------------------------+---------------------+----------+-------------------+-----------------------------------------+
To get the history of all operations over a NS, run "osm ns-op-list NS_ID"
For more details on the current operation, run "osm ns-op-show OPERATION_ID"' contains 'BROKEN'
------------------------------------------------------------------------------
Check VNF Charm Application Name :: Checks that the charm applicat... | FAIL |
Variable '${MODEL_NAME}' not found.
------------------------------------------------------------------------------
Get Management Ip Addresses :: Get the mgmt IP addresses of both V... | FAIL |
Variable '${NS_ID}' not found.
------------------------------------------------------------------------------
Test SSH Access :: Check that both VNF are accessible via SSH in t... | FAIL |
msg=IP address of the management VNF 'vnf1' is not available
------------------------------------------------------------------------------
Check Remote Files Created Via Day 1 Operations :: The Charm VNF h... | FAIL |
Variable '${VNF_1_IP_ADDR}' not found.
------------------------------------------------------------------------------
Execute Day 2 Operations :: Performs one Day 2 operation per VNF t... | FAIL |
msg=Network service instance is not available
------------------------------------------------------------------------------
Check Remote Files Created Via Day 2 Operations :: Check whether t... | FAIL |
Variable '${VNF_1_IP_ADDR}' not found.
------------------------------------------------------------------------------
Delete NS Instance :: Delete NS instance.                             | FAIL |
Keyword 'Check For NS Instance To Be Deleted' failed after retrying for 16 minutes. The last error was: basic_06_charm_test == basic_06_charm_test
------------------------------------------------------------------------------
Delete NS Descriptor :: Delete NS package from OSM.                   | FAIL |
1 != 0
------------------------------------------------------------------------------
Delete VNF Descriptor :: Delete VNF package from OSM.                 | FAIL |
1 != 0
------------------------------------------------------------------------------
Testsuite.Basic 06-Vnf With Charm :: [BASIC-06] VNF with Charm.       | FAIL |
12 tests, 2 passed, 10 failed
==============================================================================
Testsuite.Basic 07-Secure Key Management :: [BASIC-07] Secure key management. 
==============================================================================
Create Nopasswd Charm VNF Descriptor :: Upload VNF package for the... | PASS |
------------------------------------------------------------------------------
Create Nopasswd Charm NS Descriptor :: Upload NS package for the t... | PASS |
------------------------------------------------------------------------------
Instantiate Nopasswd Charm Network Service :: Instantiate NS for t... | FAIL |
'+--------------------------------+--------------------------------------+---------------------+----------+-------------------+-----------------------------------------+
| ns instance name               | id                                   | date                | ns state | current operation | error details                           |
+--------------------------------+--------------------------------------+---------------------+----------+-------------------+-----------------------------------------+
| basic_07_secure_key_management | c8d54087-804f-49e0-8a02-4d5c0153405f | 2024-06-30T12:09:23 | BROKEN   | IDLE (None)       | Operation: INSTANTIATING.97e5473b-6192- |
|                                |                                      |                     |          |                   | 4daa-9a29-df1030594e9a, Stage 2/5:      |
|                                |                                      |                     |          |                   | deployment of KDUs, VMs and execution   |
|                                |                                      |                     |          |                   | environments.                           |
|                                |                                      |                     |          |                   | Detail: Deploying VCA vnf1.: create     |
|                                |                                      |                     |          |                   | execution environment. 'cacert'.        |
|                                |                                      |                     |          |                   | Deploying VCA vnf2.: create execution   |
|                                |                                      |                     |          |                   | environment. 'cacert'                   |
+--------------------------------+--------------------------------------+---------------------+----------+-------------------+-----------------------------------------+
To get the history of all operations over a NS, run "osm ns-op-list NS_ID"
For more details on the current operation, run "osm ns-op-show OPERATION_ID"' contains 'BROKEN'
------------------------------------------------------------------------------
Get Ns Id :: Get NS instance id.                                      | PASS |
------------------------------------------------------------------------------
Get Management Ip Addresses :: Get the mgmt IP address of the VNF ... | PASS |
------------------------------------------------------------------------------
Test SSH Access :: Check that the VNF is accessible via SSH in its... | PASS |
------------------------------------------------------------------------------
Check Remote Files Created Via Day 1 Operations :: The Nopasswd VN... | FAIL |
2 != 0
------------------------------------------------------------------------------
Execute Day 2 Operations :: Performs one Day 2 operation that crea... | FAIL |
The ns-action with id 4ef5cdc2-e6aa-4d7b-91fa-2828d0c17d12 was not completed
------------------------------------------------------------------------------
Check Remote Files Created Via Day 2 Operations :: Check whether t... | FAIL |
2 != 0
------------------------------------------------------------------------------
Delete NS Instance :: Delete NS instance.                             | FAIL |
Keyword 'Check For NS Instance To Be Deleted' failed after retrying for 16 minutes. The last error was: basic_07_secure_key_management == basic_07_secure_key_management
------------------------------------------------------------------------------
Delete NS Descriptor :: Delete NS package from OSM.                   | FAIL |
1 != 0
------------------------------------------------------------------------------
Delete VNF Descriptor :: Delete VNF package from OSM.                 | FAIL |
1 != 0
------------------------------------------------------------------------------
Testsuite.Basic 07-Secure Key Management :: [BASIC-07] Secure key ... | FAIL |
12 tests, 5 passed, 7 failed
==============================================================================
Testsuite.Basic 09-Manual Vdu Scaling :: [BASIC-09] Manual VNF/VDU Scaling.   
==============================================================================
Create Scaling VNF Descriptor :: Upload VNF package for the testsu... | PASS |
------------------------------------------------------------------------------
Create Scaling NS Descriptor :: Upload NS package for the testsuite.  | PASS |
------------------------------------------------------------------------------
Instantiate Scaling Network Service :: Instantiate NS for the test... | FAIL |
'+------------------------------+--------------------------------------+---------------------+----------+-------------------+------------------------------------------+
| ns instance name             | id                                   | date                | ns state | current operation | error details                            |
+------------------------------+--------------------------------------+---------------------+----------+-------------------+------------------------------------------+
| basic_09_manual_scaling_test | 2c63a105-1d43-478a-9045-eb362c2be53d | 2024-06-30T12:46:21 | BROKEN   | IDLE (None)       | Operation: INSTANTIATING.0d88ef3c-6f6b-  |
|                              |                                      |                     |          |                   | 4728-9ac8-d59ffc4e1181, Stage 2/5:       |
|                              |                                      |                     |          |                   | deployment of KDUs, VMs and execution    |
|                              |                                      |                     |          |                   | environments.               ...
    [ Message content over the limit has been removed. ]
...                 |                                      |                     |          |                   | long. It must begin with a word          |
|                              |                                      |                     |          |                   | character, and it must end with a word   |
|                              |                                      |                     |          |                   | character or with '_'. The name may      |
|                              |                                      |                     |          |                   | contain word characters or '.', '-',     |
|                              |                                      |                     |          |                   | '_'.                                     |
+------------------------------+--------------------------------------+---------------------+----------+-------------------+------------------------------------------+
To get the history of all operations over a NS, run "osm ns-op-list NS_ID"
For more details on the current operation, run "osm ns-op-show OPERATION_ID"' contains 'BROKEN'
------------------------------------------------------------------------------
Get Ns Id :: Retrieve NS instance id to be used later on.             | PASS |
------------------------------------------------------------------------------
Get Vnf Id :: Retrieve VNF instance id to be used later on.           | PASS |
------------------------------------------------------------------------------
Get Vdus Before Scale Out :: Check the number of VDUs instances be... | PASS |
------------------------------------------------------------------------------
Perform Manual Vdu Scale Out :: Perform a manual scale-out operati... | FAIL |
The ns-action with id c36517aa-c8fd-4d45-82c2-f6ab146a1c0e was not completed
------------------------------------------------------------------------------
Check Vdus After Scale Out :: Check whether there is one more VDU ... | PASS |
------------------------------------------------------------------------------
Perform Manual Vdu Scale In :: Perform a manual scale-in operation... | FAIL |
The ns-action with id 610157ba-e701-4099-a4d2-d9f8bb523a0e was not completed
------------------------------------------------------------------------------
Check Vdus After Scaling In :: Check whether there is one less VDU... | FAIL |
There is the same number of VDU records in the VNF after Scale In
------------------------------------------------------------------------------
Delete NS Instance :: Delete NS instance.                             | PASS |
------------------------------------------------------------------------------
Delete NS Descriptor :: Delete NS package from OSM.                   | PASS |
------------------------------------------------------------------------------
Delete VNF Descriptor :: Delete VNF package from OSM.                 | PASS |
------------------------------------------------------------------------------
Testsuite.Basic 09-Manual Vdu Scaling :: [BASIC-09] Manual VNF/VDU... | FAIL |
13 tests, 9 passed, 4 failed
==============================================================================
Testsuite.Basic 11-Native Charms :: [BASIC-11] Native Charms                  
==============================================================================
Create Charm VNF Descriptor :: Upload VNF package for the testsuite.  | PASS |
------------------------------------------------------------------------------
Create Charm NS Descriptor :: Upload NS package for the testsuite.    | PASS |
------------------------------------------------------------------------------
Instantiate Charm Network Service :: Instantiate NS for the testsu... | FAIL |
'+------------------------+--------------------------------------+---------------------+----------+-------------------+------------------------------------------+
| ns instance name       | id                                   | date                | ns state | current operation | error details                            |
+------------------------+--------------------------------------+---------------------+----------+-------------------+------------------------------------------+
| basic_11_native_charms | 8b8a8f73-4741-493f-949d-b47046f05222 | 2024-06-30T12:48:16 | BROKEN   | IDLE (None)       | Operation: INSTANTIATING.663e908c-5d1a-  |
|                        |                                      |                     |          |                   | 43b6-96cc-a06c2bc1ee7d, Stage 2/5:       |
|                        |                                      |                     |          |                   | deployment of KDUs, VMs and execution    |
|                        |                                      |                     |          |                   | environments.                     ...
    [ Message content over the limit has been removed. ]
...                 |                                      |                     |          |                   | {'hostname': '172.21.23.14', 'username': |
|                        |                                      |                     |          |                   | 'ubuntu'}. 'cacert'. Deploying VCA       |
|                        |                                      |                     |          |                   | vnf2.mgmtVM: register execution          |
|                        |                                      |                     |          |                   | environment {'hostname': '172.21.23.15', |
|                        |                                      |                     |          |                   | 'username': 'ubuntu'}. 'cacert'          |
+------------------------+--------------------------------------+---------------------+----------+-------------------+------------------------------------------+
To get the history of all operations over a NS, run "osm ns-op-list NS_ID"
For more details on the current operation, run "osm ns-op-show OPERATION_ID"' contains 'BROKEN'
------------------------------------------------------------------------------
Get Management Ip Addresses :: Get the mgmt IP address of the two ... | FAIL |
Variable '${NS_ID}' not found.
------------------------------------------------------------------------------
Test SSH Access :: Check that both VNF are accessible via SSH in t... | FAIL |
msg=IP address of the management VNF 'vnf1' is not available
------------------------------------------------------------------------------
Check Remote Files Created Via Day 1 Operations :: The Charm VNF h... | FAIL |
Variable '${VNF_1_IP_ADDR}' not found.
------------------------------------------------------------------------------
Delete NS Instance :: Delete NS instance.                             | FAIL |
Keyword 'Check For NS Instance To Be Deleted' failed after retrying for 16 minutes. The last error was: basic_11_native_charms == basic_11_native_charms
------------------------------------------------------------------------------
Delete NS Descriptor :: Delete NS package from OSM.                   | FAIL |
1 != 0
------------------------------------------------------------------------------
Delete VNF Descriptor :: Delete VNF package from OSM.                 | FAIL |
1 != 0
------------------------------------------------------------------------------
Testsuite.Basic 11-Native Charms :: [BASIC-11] Native Charms          | FAIL |
9 tests, 2 passed, 7 failed
==============================================================================
Testsuite.Basic 12-Ns Primitives :: [BASIC-12] NS Primitives                  
==============================================================================
Change Juju Password :: NS package needs to be updated with the Ju... | PASS |
------------------------------------------------------------------------------
Upload Vnfds :: Upload VNF packages for the testsuite.                | FAIL |
1 != 0
------------------------------------------------------------------------------
Upload Nsd :: Upload NS package for the testsuite.                    | FAIL |
1 != 0
------------------------------------------------------------------------------
Instantiate NS :: Instantiate NS for the testsuite.                   | FAIL |
1 != 0
------------------------------------------------------------------------------
Check NS Charm Application Name :: Check that the NS charm has the... | FAIL |
Variable '${MODEL_NAME}' not found.
------------------------------------------------------------------------------
Check VDU Charm Application Name :: Check that the VDU charm has t... | FAIL |
Variable '${MODEL_NAME}' not found.
------------------------------------------------------------------------------
Delete NS :: Delete NS instance.                                      | FAIL |
1 != 0
------------------------------------------------------------------------------
Delete NS Descriptor :: Delete NS package from OSM.                   | FAIL |
1 != 0
------------------------------------------------------------------------------
Delete VNF Descriptors :: Delete VNF package from OSM.                | FAIL |
1 != 0
------------------------------------------------------------------------------
Testsuite.Basic 12-Ns Primitives :: [BASIC-12] NS Primitives          | FAIL |
9 tests, 1 passed, 8 failed
==============================================================================
Testsuite.Basic 13-Ns Relations :: [BASIC-13] NS Relations                    
==============================================================================
Create Charm VNF Descriptor Provides :: Upload VNF package for the... | PASS |
------------------------------------------------------------------------------
Create Charm VNF Descriptor Requires :: Upload VNF package for the... | PASS |
------------------------------------------------------------------------------
Create Charm NS Descriptor :: Upload NS package for the testsuite.    | PASS |
------------------------------------------------------------------------------
Instantiate Charm Network Service :: Instantiate NS for the testsu... | FAIL |
'+----------------------------+--------------------------------------+---------------------+----------+-------------------+-----------------------------------------+
| ns instance name           | id                                   | date                | ns state | current operation | error details                           |
+----------------------------+--------------------------------------+---------------------+----------+-------------------+-----------------------------------------+
| basic_13_ns_relations_test | 247c7346-47c3-45a2-a760-dc23494fd8ca | 2024-06-30T13:25:10 | BROKEN   | IDLE (None)       | Operation: INSTANTIATING.9dd1b5b5-a699- |
|                            |                                      |                     |          |                   | 433b-8a9b-ecd79d56408d, Stage 2/5:      |
|                            |                                      |                     |          |                   | deployment of KDUs, VMs and execution   |
|                            |                                      |                     |          |                   | environments.                 ...
    [ Message content over the limit has been removed. ]
...                  |                                      |                     |          |                   | '172.21.23.14', 'username': 'ubuntu'}.  |
|                            |                                      |                     |          |                   | 'cacert'. Deploying VCA vnf2.: register |
|                            |                                      |                     |          |                   | execution environment {'hostname':      |
|                            |                                      |                     |          |                   | '172.21.23.15', 'username': 'ubuntu'}.  |
|                            |                                      |                     |          |                   | 'cacert'                                |
+----------------------------+--------------------------------------+---------------------+----------+-------------------+-----------------------------------------+
To get the history of all operations over a NS, run "osm ns-op-list NS_ID"
For more details on the current operation, run "osm ns-op-show OPERATION_ID"' contains 'BROKEN'
------------------------------------------------------------------------------
Delete NS Instance :: Delete NS instance.                             | FAIL |
Keyword 'Check For NS Instance To Be Deleted' failed after retrying for 16 minutes. The last error was: basic_13_ns_relations_test == basic_13_ns_relations_test
------------------------------------------------------------------------------
Delete NS Descriptor :: Delete NS package from OSM.                   | FAIL |
1 != 0
------------------------------------------------------------------------------
Delete VNF Descriptor Provides :: Delete first VNF package from OSM.  | FAIL |
1 != 0
------------------------------------------------------------------------------
Delete VNF Descriptor Requires :: Delete second VNF package from OSM. | FAIL |
1 != 0
------------------------------------------------------------------------------
Testsuite.Basic 13-Ns Relations :: [BASIC-13] NS Relations            | FAIL |
8 tests, 3 passed, 5 failed
==============================================================================
Testsuite.Basic 14-Vnf Relations :: [BASIC-14] VNF Relations                  
==============================================================================
Create Charm VNF Descriptor :: Upload VNF package for the testsuite.  | PASS |
------------------------------------------------------------------------------
Create Charm NS Descriptor :: Upload NS package for the testsuite.    | PASS |
------------------------------------------------------------------------------
Instantiate Charm Network Service :: Instantiate NS for the testsu... | FAIL |
'+-----------------------------+--------------------------------------+---------------------+----------+-------------------+------------------------------------------+
| ns instance name            | id                                   | date                | ns state | current operation | error details                            |
+-----------------------------+--------------------------------------+---------------------+----------+-------------------+------------------------------------------+
| basic_14_vnf_relations_test | d00e26b3-ecd7-40bf-89a5-f5346939f911 | 2024-06-30T14:02:47 | BROKEN   | IDLE (None)       | Operation: INSTANTIATING.591fb893-5d24-  |
|                             |                                      |                     |          |                   | 41a7-8e50-3135390e100c, Stage 2/5:       |
|                             |                                      |                     |          |                   | deployment of KDUs, VMs and execution    |
|                             |                                      |                     |          |                   | environments.                ...
    [ Message content over the limit has been removed. ]
...                 |                                      |                     |          |                   | 'username': 'ubuntu'}. 'cacert'.         |
|                             |                                      |                     |          |                   | Deploying VCA vnf.simple_provides:       |
|                             |                                      |                     |          |                   | register execution environment           |
|                             |                                      |                     |          |                   | {'hostname': '172.21.23.15', 'username': |
|                             |                                      |                     |          |                   | 'ubuntu'}. 'cacert'                      |
+-----------------------------+--------------------------------------+---------------------+----------+-------------------+------------------------------------------+
To get the history of all operations over a NS, run "osm ns-op-list NS_ID"
For more details on the current operation, run "osm ns-op-show OPERATION_ID"' contains 'BROKEN'
------------------------------------------------------------------------------
Delete NS Instance :: Delete NS instance.                             | FAIL |
Keyword 'Check For NS Instance To Be Deleted' failed after retrying for 16 minutes. The last error was: basic_14_vnf_relations_test == basic_14_vnf_relations_test
------------------------------------------------------------------------------
Delete NS Descriptor :: Delete NS package from OSM.                   | FAIL |
1 != 0
------------------------------------------------------------------------------
Delete VNF Descriptor :: Delete VNF package from OSM.                 | FAIL |
1 != 0
------------------------------------------------------------------------------
Testsuite.Basic 14-Vnf Relations :: [BASIC-14] VNF Relations          | FAIL |
6 tests, 2 passed, 4 failed
==============================================================================
Testsuite.Basic 15-Rbac Configurations :: [BASIC-15] RBAC Configurations.     
==============================================================================
Create And Validate User :: Create a user in OSM.                     | PASS |
------------------------------------------------------------------------------
Assign Role To User :: Assign a user to a project with a role         | PASS |
------------------------------------------------------------------------------
Run Action As User :: Update the password of the user.                | PASS |
------------------------------------------------------------------------------
Create And Update Project :: Create a project and update its name.    | PASS |
------------------------------------------------------------------------------
Create And Validate Role :: Create a role and check that exists in... | PASS |
------------------------------------------------------------------------------
Update Role Information :: Update a role with a capability.           | PASS |
------------------------------------------------------------------------------
Delete Allocated Resources :: Delete user, project and role.          | PASS |
------------------------------------------------------------------------------
Testsuite.Basic 15-Rbac Configurations :: [BASIC-15] RBAC Configur... | PASS |
7 tests, 7 passed, 0 failed
==============================================================================
Testsuite.Basic 16-Advanced Onboarding And Scaling :: [BASIC-16] Advanced o...
==============================================================================
Create Scaling VNF Descriptor :: Upload VNF package for the testsu... | PASS |
------------------------------------------------------------------------------
Create Scaling NS Descriptor :: Upload NS package for the testsuite.  | PASS |
------------------------------------------------------------------------------
Instantiate Scaling Network Service :: Instantiate NS for the test... | PASS |
------------------------------------------------------------------------------
Get Vnf Id :: Retrieve VNF instance id to be used later on.           | PASS |
------------------------------------------------------------------------------
Check Vdus Before Scale Out :: Check the number of VDUs instances ... | PASS |
------------------------------------------------------------------------------
Perform Manual Vdu Scale Out :: Perform a manual scale-out operati... | PASS |
------------------------------------------------------------------------------
Check Vdus After Scale Out :: Check whether there is one extra VDU... | PASS |
------------------------------------------------------------------------------
Perform Manual Vdu Scale In :: Perform a manual scale-in operation... | PASS |
------------------------------------------------------------------------------
Check Vdus After Scaling In :: Check whether there is one less VDU... | PASS |
------------------------------------------------------------------------------
Delete NS Instance :: Delete NS intance.                              | PASS |
------------------------------------------------------------------------------
Delete NS Descriptor :: Delete NS package from OSM.                   | PASS |
------------------------------------------------------------------------------
Delete VNF Descriptor :: Delete VNF package from OSM.                 | PASS |
------------------------------------------------------------------------------
Testsuite.Basic 16-Advanced Onboarding And Scaling :: [BASIC-16] A... | PASS |
12 tests, 12 passed, 0 failed
==============================================================================
Testsuite.Basic 17-Delete Vnf Package :: [BASIC-17] Delete VNF Package Befo...
==============================================================================
Create VNF Package :: Upload VNF package for the testsuite.           | PASS |
------------------------------------------------------------------------------
Create NS Package :: Upload NS package for the testsuite.             | PASS |
------------------------------------------------------------------------------
Cannot Delete VNF Package :: Assert that the VNF package cannot be... | PASS |
------------------------------------------------------------------------------
Delete NS Package :: Delete NS package from OSM.                      | PASS |
------------------------------------------------------------------------------
Delete VNF Package :: Delete VNF package from OSM.                    | PASS |
------------------------------------------------------------------------------
Testsuite.Basic 17-Delete Vnf Package :: [BASIC-17] Delete VNF Pac... | PASS |
5 tests, 5 passed, 0 failed
==============================================================================
Testsuite.Basic 20-Manual Native Charm Vdu Scaling :: [BASIC-20] Manual VDU...
==============================================================================
Create VNF Descriptor :: Upload VNF package for the testsuite.        | PASS |
------------------------------------------------------------------------------
Create NS Descriptor :: Upload NS package for the testsuite.          | PASS |
------------------------------------------------------------------------------
Instantiate Network Service :: Instantiate NS for the testsuite.      | FAIL |
'+----------------------------------+--------------------------------------+---------------------+----------+-------------------+------------------------------------------+
| ns instance name                 | id                                   | date                | ns state | current operation | error details                            |
+----------------------------------+--------------------------------------+---------------------+----------+-------------------+------------------------------------------+
| basic_20_manual_vdu_scaling_test | 88aa0b37-0908-4a3a-a325-6bb5f718ac8f | 2024-06-30T14:50:11 | BROKEN   | IDLE (None)       | Operation: INSTANTIATING.f3307c01-d054-  |
|                                  |                                      |                     |          |                   | 4a65-9167-d7dbb2102bd7, Stage 2/5:       |
|                                  |                                      |                     |          |                   | deployment of KDUs, VMs and execution    |
|                                  |                                      |                     |          |                   | environments.           ...
    [ Message content over the limit has been removed. ]
...                 |                                      |                     |          |                   | {'hostname': '172.21.23.15', 'username': |
|                                  |                                      |                     |          |                   | 'ubuntu'}. 'cacert'. Deploying VCA       |
|                                  |                                      |                     |          |                   | vnf.mgmtVM: register execution           |
|                                  |                                      |                     |          |                   | environment {'hostname': '172.21.23.14', |
|                                  |                                      |                     |          |                   | 'username': 'ubuntu'}. 'cacert'          |
+----------------------------------+--------------------------------------+---------------------+----------+-------------------+------------------------------------------+
To get the history of all operations over a NS, run "osm ns-op-list NS_ID"
For more details on the current operation, run "osm ns-op-show OPERATION_ID"' contains 'BROKEN'
------------------------------------------------------------------------------
Get Vnf Id :: Retrieve VNF instance id to be used later on            | FAIL |
msg=Network service instance is not available
------------------------------------------------------------------------------
Get Vdus Before Scale Out :: Get the number of VDU records before ... | FAIL |
Variable '${VNF_ID}' not found. Did you mean:
    ${VNFD_PKG}
------------------------------------------------------------------------------
Get Application Name Before Scale Out :: Get the application names.   | PASS |
------------------------------------------------------------------------------
Check Number of Duplicated Application Name Before Scale Out :: Ch... | PASS |
------------------------------------------------------------------------------
Perform Manual Vdu Scale Out :: Perform a manual scale-out operati... | FAIL |
msg=Network service instance is not available
------------------------------------------------------------------------------
Check Vdus After Scale Out :: Check whether there is one more VDU ... | FAIL |
msg=Network service instance is not available
------------------------------------------------------------------------------
Get Application Name After Scale Out :: Get the application names.    | PASS |
------------------------------------------------------------------------------
Check Number of Duplicated Application Name After Scale Out :: Che... | FAIL |
There are not 2 application name in the application list after Scale Out
------------------------------------------------------------------------------
Perform Manual Vdu Scale In :: Perform a manual scale-in operation... | FAIL |
msg=Network service instance is not available
------------------------------------------------------------------------------
Check Vdus After Scaling In :: Check whether there is one less VDU... | FAIL |
msg=Network service instance is not available
------------------------------------------------------------------------------
Get Application Name After Scale In :: Get the application names.     | PASS |
------------------------------------------------------------------------------
Check Number of Duplicated Application Name After Scale In :: Chec... | PASS |
------------------------------------------------------------------------------
Delete NS Instance :: Delete NS instance.                             | FAIL |
Keyword 'Check For NS Instance To Be Deleted' failed after retrying for 16 minutes. The last error was: basic_20_manual_vdu_scaling_test == basic_20_manual_vdu_scaling_test
------------------------------------------------------------------------------
Delete NS Descriptor :: Delete NS package from OSM.                   | FAIL |
1 != 0
------------------------------------------------------------------------------
Delete VNF Descriptor :: Delete VNF package from OSM.                 | FAIL |
1 != 0
------------------------------------------------------------------------------
Testsuite.Basic 20-Manual Native Charm Vdu Scaling :: [BASIC-20] M... | FAIL |
18 tests, 7 passed, 11 failed
==============================================================================
Testsuite.Basic 23-Sol004 Sol007 Packages :: [BASIC-23] Creation and deleti...
==============================================================================
Create VNF Package :: Upload VNF package for the testsuite.           | PASS |
------------------------------------------------------------------------------
Create NS Package :: Upload NS package for the testsuite.             | PASS |
------------------------------------------------------------------------------
Cannot Delete VNF Package :: Assert that the VNF package cannot be... | PASS |
------------------------------------------------------------------------------
Delete NS Package :: Delete NS package.                               | PASS |
------------------------------------------------------------------------------
Delete VNF Package :: Delete VNF package.                             | PASS |
------------------------------------------------------------------------------
Testsuite.Basic 23-Sol004 Sol007 Packages :: [BASIC-23] Creation a... | PASS |
5 tests, 5 passed, 0 failed
==============================================================================
Testsuite.Hackfest Basic :: [HACKFEST-BASIC] Basic NS with a single-VDU VNF   
==============================================================================
Create Hackfest Basic VNF Descriptor :: Upload VNF package for the... | PASS |
------------------------------------------------------------------------------
Create Hackfest Basic NS Descriptor :: Upload NS package for the t... | PASS |
------------------------------------------------------------------------------
Network Service Instance Test :: Instantiate NS for the testsuite.    | PASS |
------------------------------------------------------------------------------
Get Vnf Ip Address :: Get the mgmt IP address of the VNF of the NS.   | PASS |
------------------------------------------------------------------------------
Test Ping :: Test that the mgmt IP address of the VNF is reachable... | PASS |
------------------------------------------------------------------------------
Test SSH Access :: Check that the VNF is accessible via SSH in its... | PASS |
------------------------------------------------------------------------------
Delete NS Instance Test :: Delete NS instance.                        | PASS |
------------------------------------------------------------------------------
Delete NS Descriptor Test :: Delete NS package from OSM.              | PASS |
------------------------------------------------------------------------------
Delete VNF Descriptor Test :: Delete VNF package from OSM.            | PASS |
------------------------------------------------------------------------------
Testsuite.Hackfest Basic :: [HACKFEST-BASIC] Basic NS with a singl... | PASS |
9 tests, 9 passed, 0 failed
==============================================================================
Testsuite.Hackfest Cloudinit :: [HACKFEST-CLOUDINIT] Basic NS with two mult...
==============================================================================
Create Hackfest Cloudinit VNF Descriptor :: Upload VNF package for... | PASS |
------------------------------------------------------------------------------
Create Hackfest Cloudinit NS Descriptor :: Upload NS package for t... | PASS |
------------------------------------------------------------------------------
Network Service Instance Test :: Instantiate NS for the testsuite.    | PASS |
------------------------------------------------------------------------------
Get Vnf Ip Address :: Get the mgmt IP address of the VNF of the NS.   | PASS |
------------------------------------------------------------------------------
Test SSH Access :: Check that the VNF is accessible via SSH in its... | PASS |
------------------------------------------------------------------------------
Check Remote File Injected Via Cloud-init :: Check that the day-0 ... | PASS |
------------------------------------------------------------------------------
Delete NS Instance Test :: Delete NS instance.                        | FAIL |
Keyword 'Check For NS Instance To Be Deleted' failed after retrying for 16 minutes. The last error was: hfcloudinit == hfcloudinit
------------------------------------------------------------------------------
Delete NS Descriptor Test :: Delete NS package from OSM.              | FAIL |
1 != 0
------------------------------------------------------------------------------
Delete VNF Descriptor Test :: Delete VNF package from OSM.            | FAIL |
1 != 0
------------------------------------------------------------------------------
Testsuite.Hackfest Cloudinit :: [HACKFEST-CLOUDINIT] Basic NS with... | FAIL |
9 tests, 6 passed, 3 failed
==============================================================================
Testsuite.Hackfest Multivdu :: [HACKFEST-MULTIVDU] Basic NS with two multi-...
==============================================================================
Create Hackfest multivdu VNF Descriptor :: Upload VNF package for ... | PASS |
------------------------------------------------------------------------------
Create Hackfest Multivdu NS Descriptor :: Upload NS package for th... | PASS |
------------------------------------------------------------------------------
Network Service Instance Test :: Instantiate NS for the testsuite.    | PASS |
------------------------------------------------------------------------------
Get Vnf Ip Address :: Get the mgmt IP address of the VNF of the NS.   | PASS |
------------------------------------------------------------------------------
Test Ping :: Test that the mgmt IP address of the VNF is reachable... | PASS |
------------------------------------------------------------------------------
Test SSH Access :: Check that the VNF is accessible via SSH in its... | PASS |
------------------------------------------------------------------------------
Delete NS Instance Test :: Delete NS instance.                        | FAIL |
Keyword 'Check For NS Instance To Be Deleted' failed after retrying for 16 minutes. The last error was: hfmultivdu == hfmultivdu
------------------------------------------------------------------------------
Delete NS Descriptor Test :: Delete NS package.                       | FAIL |
1 != 0
------------------------------------------------------------------------------
Delete VNF Descriptor Test :: Delete VNF package.                     | FAIL |
1 != 0
------------------------------------------------------------------------------
Testsuite.Hackfest Multivdu :: [HACKFEST-MULTIVDU] Basic NS with t... | FAIL |
9 tests, 6 passed, 3 failed
==============================================================================
Testsuite.K8S 02-K8Scluster Creation :: [K8s-02] K8s cluster addition.        
==============================================================================
Create VIM Target Basic :: Creates a VIM for the K8s cluster to be... | PASS |
------------------------------------------------------------------------------
Add K8s Cluster To OSM :: Creates a VIM for the K8s cluster to be ... | PASS |
------------------------------------------------------------------------------
Remove K8s Cluster from OSM :: Delete K8s cluster.                    | PASS |
------------------------------------------------------------------------------
Delete VIM Target By ID :: Delete the VIM Target created in previo... | PASS |
------------------------------------------------------------------------------
Testsuite.K8S 02-K8Scluster Creation :: [K8s-02] K8s cluster addit... | PASS |
4 tests, 4 passed, 0 failed
==============================================================================
Testsuite.K8S 03-Simple K8S :: [K8s-03] Simple K8s.                           
==============================================================================
Create Simple K8s VNF Descriptor :: Upload NF package for the test... | PASS |
------------------------------------------------------------------------------
Create Simple K8s Descriptor :: Upload NS package for the testsuite.  | PASS |
------------------------------------------------------------------------------
Network Service K8s Instance Test :: Instantiate NS for the testsu... | FAIL |
'+------------------+--------------------------------------+---------------------+----------+-------------------+-----------------------------------------+
| ns instance name | id                                   | date                | ns state | current operation | error details                           |
+------------------+--------------------------------------+---------------------+----------+-------------------+-----------------------------------------+
| native-k8s       | b44c9588-66b8-4cf9-96c1-d9559d3e78a1 | 2024-06-30T16:11:14 | BROKEN   | IDLE (None)       | Operation: INSTANTIATING.fb0fc3bc-263a- |
|                  |                                      |                     |          |                   | 408e-bb82-3624423380bc, Stage 2/5:      |
|                  |                                      |                     |          |                   | deployment of KDUs, VMs and execution   |
|                  |                                      |                     |          |                   | environments.                           |
|                  |                                      |                     |          |                   | Detail: K8s cluster                     |
|                  |                                      |                     |          |                   | 'ae490151-82e2-4a05-b9ea-3343bcfec0c1'  |
|                  |                                      |                     |          |                   | has not been initialized for 'juju-     |
|                  |                                      |                     |          |                   | bundle'                                 |
+------------------+--------------------------------------+---------------------+----------+-------------------+-----------------------------------------+
To get the history of all operations over a NS, run "osm ns-op-list NS_ID"
For more details on the current operation, run "osm ns-op-show OPERATION_ID"' contains 'BROKEN'
------------------------------------------------------------------------------
Execute Day 2 Operations :: Performs one Day 2 operation per VNF t... | FAIL |
The ns-action with id 3053738f-3e9e-4a9a-9d1d-b75a60bb3a3a was not completed
------------------------------------------------------------------------------
Delete NS K8s Instance Test :: Delete NS instance.                    | PASS |
------------------------------------------------------------------------------
Delete NS Descriptor Test :: Delete NS package from OSM.              | PASS |
------------------------------------------------------------------------------
Delete VNF Descriptor Test :: Delete NF package from OSM.             | PASS |
------------------------------------------------------------------------------
Delete VNF NS Packages :: Delete tar.gz NF and NS package files.      | PASS |
------------------------------------------------------------------------------
Testsuite.K8S 03-Simple K8S :: [K8s-03] Simple K8s.                   | FAIL |
8 tests, 6 passed, 2 failed
==============================================================================
Testsuite.K8S 04-Openldap Helm :: [K8s-04] Openldap Helm chart.               
==============================================================================
Create Package For OpenLDAP CNF :: Upload NF package for the tests... | PASS |
------------------------------------------------------------------------------
Create Package For OpenLDAP NS :: Upload NS package for the testsu... | PASS |
------------------------------------------------------------------------------
Create Network Service Instance :: Instantiate NS for the testsuite.  | PASS |
------------------------------------------------------------------------------
Get Ns Id :: Retrieve NS instance id to be used later on.             | PASS |
------------------------------------------------------------------------------
Get Vnf Id :: Retrieve NF instance id to be used later on.            | PASS |
------------------------------------------------------------------------------
Execute Upgrade Operation :: Perform OSM action to upgrade the num... | PASS |
------------------------------------------------------------------------------
Check Replicas After Upgrade Operation :: Check that the number of... | PASS |
------------------------------------------------------------------------------
Execute Rollback Operation :: Perform OSM action to rollback the p... | PASS |
------------------------------------------------------------------------------
Check Replicas After Rollback Operation :: Check that the number o... | PASS |
------------------------------------------------------------------------------
Delete Network Service Instance :: Delete NS instance.                | PASS |
------------------------------------------------------------------------------
Delete NS Descriptor Test :: Delete NS package from OSM.              | PASS |
------------------------------------------------------------------------------
Delete VNF Descriptor Test :: Delete NF package from OSM.             | PASS |
------------------------------------------------------------------------------
Testsuite.K8S 04-Openldap Helm :: [K8s-04] Openldap Helm chart.       | PASS |
12 tests, 12 passed, 0 failed
==============================================================================
Testsuite.K8S 05-K8S Proxy Charms :: [K8s-05] K8s Proxy Charm.                
==============================================================================
Create Charm VNF Descriptor :: Upload VNF package for the testsuite.  | PASS |
------------------------------------------------------------------------------
Create Charm NS Descriptor :: Upload NS package for the testsuite.    | PASS |
------------------------------------------------------------------------------
Instantiate Charm Network Service :: Instantiate NS for the testsu... | FAIL |
'+------------------------+--------------------------------------+---------------------+----------+-------------------+-----------------------------------------+
| ns instance name       | id                                   | date                | ns state | current operation | error details                           |
+------------------------+--------------------------------------+---------------------+----------+-------------------+-----------------------------------------+
| k8s_05-k8s_proxy_charm | 48867a45-5f1c-4e20-834c-f0e0e282ae1a | 2024-06-30T16:15:09 | BROKEN   | IDLE (None)       | Operation: INSTANTIATING.f293cd5e-7873- |
|                        |                                      |                     |          |                   | 484b-ac66-a1b6983a96f5, Stage 2/5:      |
|                        |                                      |                     |          |                   | deployment of KDUs, VMs and execution   |
|                        |                                      |                     |          |                   | environments.                           |
|                        |                                      |                     |          |                   | Detail: Deploying VCA vnf1.: create     |
|                        |                                      |                     |          |                   | execution environment. 'cacert'.        |
|                        |                                      |                     |          |                   | Deploying VCA vnf2.: create execution   |
|                        |                                      |                     |          |                   | environment. 'cacert'                   |
+------------------------+--------------------------------------+---------------------+----------+-------------------+-----------------------------------------+
To get the history of all operations over a NS, run "osm ns-op-list NS_ID"
For more details on the current operation, run "osm ns-op-show OPERATION_ID"' contains 'BROKEN'
------------------------------------------------------------------------------
Get Management Ip Addresses :: Get the mgmt IP address of the two ... | FAIL |
Variable '${NS_ID}' not found.
------------------------------------------------------------------------------
Test SSH Access :: Check that both VNF are accessible via SSH in t... | FAIL |
msg=IP address of the management VNF 'vnf1' is not available
------------------------------------------------------------------------------
Check Remote Files Created Via Day 1 Operations :: The Charm VNF h... | FAIL |
Variable '${VNF_1_IP_ADDR}' not found.
------------------------------------------------------------------------------
Execute Day 2 Operations :: Performs one Day 2 operation per VNF t... | FAIL |
msg=Network service instance is not available
------------------------------------------------------------------------------
Check Remote Files Created Via Day 2 Operations :: Check whether t... | FAIL |
Variable '${VNF_1_IP_ADDR}' not found.
------------------------------------------------------------------------------
Delete NS Instance :: Delete NS instance.                             | FAIL |
Keyword 'Check For NS Instance To Be Deleted' failed after retrying for 16 minutes. The last error was: k8s_05-k8s_proxy_charm == k8s_05-k8s_proxy_charm
------------------------------------------------------------------------------
Delete NS Descriptor :: Delete NS package from OSM.                   | FAIL |
1 != 0
------------------------------------------------------------------------------
Delete VNF Descriptor :: Delete NF package from OSM.                  | FAIL |
1 != 0
------------------------------------------------------------------------------
Testsuite.K8S 05-K8S Proxy Charms :: [K8s-05] K8s Proxy Charm.        | FAIL |
11 tests, 2 passed, 9 failed
==============================================================================
Testsuite.K8S 06-K8S Secure Key Management :: [K8s-06] K8s Secure Key Manag...
==============================================================================
Create Charm VNF Descriptor :: Upload VNF package for the testsuite.  | PASS |
------------------------------------------------------------------------------
Create Charm NS Descriptor :: Upload NS package for the testsuite.    | PASS |
------------------------------------------------------------------------------
Instantiate Charm Network Service :: Instantiate NS for the testsu... | FAIL |
'+---------------------------------+--------------------------------------+---------------------+----------+-------------------+-----------------------------------------+
| ns instance name                | id                                   | date                | ns state | current operation | error details                           |
+---------------------------------+--------------------------------------+---------------------+----------+-------------------+-----------------------------------------+
| k8s_06-nopasswd_k8s_proxy_charm | c55f5480-3f8b-4148-b3a4-2c9336aa1e56 | 2024-06-30T16:52:05 | BROKEN   | IDLE (None)       | Operation: INSTANTIATING.922722d6-fb27- |
|                                 |                                      |                     |          |                   | 4a18-adf2-76d84b5cd85e, Stage 2/5:      |
|                                 |                                      |                     |          |                   | deployment of KDUs, VMs and execution   |
|                                 |                                      |                     |          |                   | environments.                           |
|                                 |                                      |                     |          |                   | Detail: Deploying VCA vnf1.: create     |
|                                 |                                      |                     |          |                   | execution environment. 'cacert'.        |
|                                 |                                      |                     |          |                   | Deploying VCA vnf2.: create execution   |
|                                 |                                      |                     |          |                   | environment. 'cacert'                   |
+---------------------------------+--------------------------------------+---------------------+----------+-------------------+-----------------------------------------+
To get the history of all operations over a NS, run "osm ns-op-list NS_ID"
For more details on the current operation, run "osm ns-op-show OPERATION_ID"' contains 'BROKEN'
------------------------------------------------------------------------------
Get Ns Id :: Get the NS id and save it NS_ID suite variable to use... | PASS |
------------------------------------------------------------------------------
Get Management Ip Addresses :: Get the mgmt IP address of the two ... | PASS |
------------------------------------------------------------------------------
Test SSH Access :: Check that both VNF are accessible via SSH in t... | PASS |
------------------------------------------------------------------------------
Check Remote Files Created Via Day 1 Operations :: The Charm VNF h... | FAIL |
2 != 0
------------------------------------------------------------------------------
Execute Day 2 Operations :: Performs one Day 2 operation per VNF t... | FAIL |
The ns-action with id 99002d1c-5055-47c8-9704-2236874a15ea was not completed
------------------------------------------------------------------------------
Check Remote Files Created Via Day 2 Operations :: Check whether t... | FAIL |
2 != 0
------------------------------------------------------------------------------
Delete NS Instance :: Delete NS instance.                             | FAIL |
Keyword 'Check For NS Instance To Be Deleted' failed after retrying for 16 minutes. The last error was: k8s_06-nopasswd_k8s_proxy_charm == k8s_06-nopasswd_k8s_proxy_charm
------------------------------------------------------------------------------
Delete NS Descriptor :: Delete NS package from OSM.                   | FAIL |
1 != 0
------------------------------------------------------------------------------
Delete VNF Descriptor :: Delete NF package from OSM.                  | FAIL |
1 != 0
------------------------------------------------------------------------------
Testsuite.K8S 06-K8S Secure Key Management :: [K8s-06] K8s Secure ... | FAIL |
12 tests, 5 passed, 7 failed
==============================================================================
Testsuite.K8S 07-Dummy Helm :: [K8s-07] Openldap Helm in isolated cluster w...
==============================================================================
Create Package For OpenLDAP CNF :: Upload NF package for the tests... | PASS |
------------------------------------------------------------------------------
Create Package For OpenLDAP NS :: Upload NS package for the testsu... | PASS |
------------------------------------------------------------------------------
Create Dummy VIM :: Register a VIM of type dummy in OSM.              | PASS |
------------------------------------------------------------------------------
Add K8s Cluster To OSM :: Register a K8s cluster associated to the... | PASS |
------------------------------------------------------------------------------
Create Network Service Instance :: Instantiate NS for the testsuite.  | PASS |
------------------------------------------------------------------------------
Delete Network Service Instance :: Delete NS instance.                | PASS |
------------------------------------------------------------------------------
Remove K8s Cluster from OSM :: Remove K8s cluster from OSM.           | PASS |
------------------------------------------------------------------------------
Delete VIM :: Remove VIM from OSM.                                    | FAIL |
Keyword 'Check For VIM Target' failed after retrying for 1 minute. The last error was: k8s07_dummy == k8s07_dummy
------------------------------------------------------------------------------
Delete NS Descriptor Test :: Delete NS package from OSM.              | PASS |
------------------------------------------------------------------------------
Delete VNF Descriptor Test :: Delete NF package from OSM.             | PASS |
------------------------------------------------------------------------------
Testsuite.K8S 07-Dummy Helm :: [K8s-07] Openldap Helm in isolated ... | FAIL |
10 tests, 9 passed, 1 failed
==============================================================================
Testsuite.K8S 08-Simple K8S Scaling :: [K8s-08] Simple K8s Scale.             
==============================================================================
Create Simple K8s Scale VNF Descriptor :: Upload VNF package for t... | PASS |
------------------------------------------------------------------------------
Create Simple K8s Scale NS Descriptor :: Upload NS package for the... | PASS |
------------------------------------------------------------------------------
Network Service K8s Instance Test :: Instantiate NS for the testsu... | FAIL |
'+------------------+--------------------------------------+---------------------+----------+-------------------+-----------------------------------------+
| ns instance name | id                                   | date                | ns state | current operation | error details                           |
+------------------+--------------------------------------+---------------------+----------+-------------------+-----------------------------------------+
| native-k8s-scale | e7f7bc3b-33d4-4e1d-ad2f-dc6ba118a2e7 | 2024-06-30T17:33:27 | BROKEN   | IDLE (None)       | Operation: INSTANTIATING.c5ade9ed-907f- |
|                  |                                      |                     |          |                   | 4fd6-8dbf-e492588acbbf, Stage 2/5:      |
|                  |                                      |                     |          |                   | deployment of KDUs, VMs and execution   |
|                  |                                      |                     |          |                   | environments.                           |
|                  |                                      |                     |          |                   | Detail: K8s cluster                     |
|                  |                                      |                     |          |                   | 'ae490151-82e2-4a05-b9ea-3343bcfec0c1'  |
|                  |                                      |                     |          |                   | has not been initialized for 'juju-     |
|                  |                                      |                     |          |                   | bundle'                                 |
+------------------+--------------------------------------+---------------------+----------+-------------------+-----------------------------------------+
To get the history of all operations over a NS, run "osm ns-op-list NS_ID"
For more details on the current operation, run "osm ns-op-show OPERATION_ID"' contains 'BROKEN'
------------------------------------------------------------------------------
Get KDU Model Name :: Get the model name of the network service k8... | FAIL |
native-kdu
------------------------------------------------------------------------------
Get Scale Count Before Scale Out :: Get the scale count of the app... | FAIL |
Invalid IF condition: Evaluating expression ' != 2' failed: SyntaxError: invalid syntax (<string>, line 1)

Variables in the original expression '${INITIAL_KDU_COUNT} != ${INSTANTIATION_COUNT}' were resolved before the expression was evaluated. Try using '$INITIAL_KDU_COUNT != $INSTANTIATION_COUNT' syntax to avoid that. See Evaluating Expressions appendix in Robot Framework User Guide for more details.
------------------------------------------------------------------------------
Perform Manual KDU Scale Out :: Scale out the application of netwo... | FAIL |
The ns-action with id ab0b4931-be1f-41fa-a919-2d88f8100317 was not completed
------------------------------------------------------------------------------
Check Scale Count After Scale Out :: Check whether the scale count... | FAIL |
Invalid IF condition: Evaluating expression ' !=  + 1' failed: SyntaxError: invalid syntax (<string>, line 1)

Variables in the original expression '${kdu_count} != ${INITIAL_KDU_COUNT} + 1' were resolved before the expression was evaluated. Try using '$kdu_count != $INITIAL_KDU_COUNT + 1' syntax to avoid that. See Evaluating Expressions appendix in Robot Framework User Guide for more details.
------------------------------------------------------------------------------
Perform Manual KDU Scale In :: Scale in the application of network... | FAIL |
The ns-action with id e52a432f-3bbe-4503-941a-4271aecc3cef was not completed
------------------------------------------------------------------------------
Check Scale Count After Scale In :: Check whether the scale count ... | FAIL |
Invalid IF condition: Evaluating expression ' != ' failed: SyntaxError: invalid syntax (<string>, line 1)

Variables in the original expression '${kdu_count} != ${INITIAL_KDU_COUNT}' were resolved before the expression was evaluated. Try using '$kdu_count != $INITIAL_KDU_COUNT' syntax to avoid that. See Evaluating Expressions appendix in Robot Framework User Guide for more details.
------------------------------------------------------------------------------
Delete NS K8s Instance Test :: Delete NS instance.                    | PASS |
------------------------------------------------------------------------------
Delete NS Descriptor Test :: Delete NS package from OSM.              | PASS |
------------------------------------------------------------------------------
Delete VNF Descriptor Test :: Delete NF package from OSM.             | PASS |
------------------------------------------------------------------------------
Testsuite.K8S 08-Simple K8S Scaling :: [K8s-08] Simple K8s Scale.     | FAIL |
12 tests, 5 passed, 7 failed
==============================================================================
Testsuite.K8S 09-Pebble Charm K8S :: [K8s-09] Pebble Charm.                   
==============================================================================
Create Simple K8s VNF Descriptor :: Upload VNF package for the tes... | FAIL |
1 != 0
------------------------------------------------------------------------------
Create Simple K8s Descriptor :: Upload NS package for the testsuite.  | FAIL |
1 != 0
------------------------------------------------------------------------------
Network Service K8s Instance Test :: Instantiate NS for the testsu... | FAIL |
1 != 0
------------------------------------------------------------------------------
Execute Day 2 Operations :: Performs one Day 2 operation per VNF t... | FAIL |
ERROR: ns 'pebble-charm-k8s' not found
------------------------------------------------------------------------------
Delete NS K8s Instance Test :: Delete NS instance.                    | FAIL |
1 != 0
------------------------------------------------------------------------------
Delete NS Descriptor Test :: Delete the NS package.                   | FAIL |
1 != 0
------------------------------------------------------------------------------
Delete VNF Descriptor Test :: Delete the VNF package.                 | FAIL |
1 != 0
------------------------------------------------------------------------------
Delete VNF NS Packages :: Delete the tar.gz files associated to th... | PASS |
------------------------------------------------------------------------------
Testsuite.K8S 09-Pebble Charm K8S :: [K8s-09] Pebble Charm.           | FAIL |
8 tests, 1 passed, 7 failed
==============================================================================
Testsuite.K8S 10-Sol004 Sol007 With K8S Proxy Charms :: [K8s-10] K8s Proxy ...
==============================================================================
Create Charm VNF Descriptor :: Upload VNF package for the testsuite.  | PASS |
------------------------------------------------------------------------------
Create Charm NS Descriptor :: Upload NS package for the testsuite.    | PASS |
------------------------------------------------------------------------------
Instantiate Charm Network Service :: Instantiate NS for the testsu... | FAIL |
'+------------------------+--------------------------------------+---------------------+----------+-------------------+-----------------------------------------+
| ns instance name       | id                                   | date                | ns state | current operation | error details                           |
+------------------------+--------------------------------------+---------------------+----------+-------------------+-----------------------------------------+
| k8s_10-k8s_proxy_charm | e201aacc-8856-4e08-b15f-ddab15f19913 | 2024-06-30T17:34:42 | BROKEN   | IDLE (None)       | Operation: INSTANTIATING.fc638c59-9d9c- |
|                        |                                      |                     |          |                   | 4681-9280-238198b8114d, Stage 2/5:      |
|                        |                                      |                     |          |                   | deployment of KDUs, VMs and execution   |
|                        |                                      |                     |          |                   | environments.                           |
|                        |                                      |                     |          |                   | Detail: Deploying VCA vnf1.: create     |
|                        |                                      |                     |          |                   | execution environment. 'cacert'.        |
|                        |                                      |                     |          |                   | Deploying VCA vnf2.: create execution   |
|                        |                                      |                     |          |                   | environment. 'cacert'                   |
+------------------------+--------------------------------------+---------------------+----------+-------------------+-----------------------------------------+
To get the history of all operations over a NS, run "osm ns-op-list NS_ID"
For more details on the current operation, run "osm ns-op-show OPERATION_ID"' contains 'BROKEN'
------------------------------------------------------------------------------
Get Management Ip Addresses :: Get the mgmt IP addresses of both V... | FAIL |
Variable '${NS_ID}' not found.
------------------------------------------------------------------------------
Test SSH Access :: Check that both VNF are accessible via SSH in t... | FAIL |
msg=IP address of the management VNF 'vnf1' is not available
------------------------------------------------------------------------------
Check Remote Files Created Via Day 1 Operations :: The Charm VNF h... | FAIL |
Variable '${VNF_1_IP_ADDR}' not found.
------------------------------------------------------------------------------
Execute Day 2 Operations :: Performs one Day 2 operation per VNF t... | FAIL |
msg=Network service instance is not available
------------------------------------------------------------------------------
Check Remote Files Created Via Day 2 Operations :: Check whether t... | FAIL |
Variable '${VNF_1_IP_ADDR}' not found.
------------------------------------------------------------------------------
Delete NS Instance :: Delete NS instance.                             | FAIL |
Keyword 'Check For NS Instance To Be Deleted' failed after retrying for 16 minutes. The last error was: k8s_10-k8s_proxy_charm == k8s_10-k8s_proxy_charm
------------------------------------------------------------------------------
Delete NS Descriptor :: Delete NS package from OSM.                   | FAIL |
1 != 0
------------------------------------------------------------------------------
Delete VNF Descriptor :: Delete VNF package from OSM.                 | FAIL |
1 != 0
------------------------------------------------------------------------------
Testsuite.K8S 10-Sol004 Sol007 With K8S Proxy Charms :: [K8s-10] K... | FAIL |
11 tests, 2 passed, 9 failed
==============================================================================
Testsuite.K8S 12-Openldap Helm Day-2 :: [K8s-12] Openldap Helm chart.         
==============================================================================
Create Package For OpenLDAP CNF :: Upload VNF package for the test... | FAIL |
1 != 0
------------------------------------------------------------------------------
Create Package For OpenLDAP NS :: Upload NS package for the testsu... | FAIL |
1 != 0
------------------------------------------------------------------------------
Add K8s Cluster To OSM :: Register K8s cluster in OSM.                | FAIL |
1 != 0
------------------------------------------------------------------------------
Create Network Service Instance :: Instantiate NS for the testsuite.  | FAIL |
1 != 0
------------------------------------------------------------------------------
Get Ns Id :: Get NS instance id from OSM.                             | FAIL |
'' should not be empty.
------------------------------------------------------------------------------
Get Vnf Id :: Get VNF instance id from OSM.                           | FAIL |
'' should not be empty.
------------------------------------------------------------------------------
Execute Day 2 Operations :: Performs one Day 2 operation.             | FAIL |
ERROR: ns 'ldap' not found
------------------------------------------------------------------------------
Execute Upgrade Operation :: Perform OSM action to upgrade the num... | FAIL |
ERROR: ns 'ldap' not found
------------------------------------------------------------------------------
Check Replicas After Upgrade Operation :: Check that the number of... | FAIL |
Variable '${VNF_ID}' not found. Did you mean:
    ${VNFD_PKG}
    ${NS_ID}
------------------------------------------------------------------------------
Execute Rollback Operation :: Perform OSM action to rollback the p... | FAIL |
ERROR: ns 'ldap' not found
------------------------------------------------------------------------------
Check Replicas After Rollback Operation :: Check that the number o... | FAIL |
Variable '${VNF_ID}' not found. Did you mean:
    ${VNFD_PKG}
    ${NS_ID}
------------------------------------------------------------------------------
Delete Network Service Instance :: Delete NS instance.                | FAIL |
1 != 0
------------------------------------------------------------------------------
Remove K8s Cluster from OSM :: Delete K8s cluster from OSM.           | PASS |
------------------------------------------------------------------------------
Delete NS Descriptor Test :: Delete NS package from OSM.              | FAIL |
1 != 0
------------------------------------------------------------------------------
Delete VNF Descriptor Test :: Delete NF package from OSM.             | FAIL |
1 != 0
------------------------------------------------------------------------------
Testsuite.K8S 12-Openldap Helm Day-2 :: [K8s-12] Openldap Helm chart. | FAIL |
15 tests, 1 passed, 14 failed
==============================================================================
[ ERROR ] Error in file '/robot-systest/testsuite/k8s_13-two_helm_kdu.robot' on line 61: Setting variable '${REPO_PASSWORD}' failed: Environment variable '%{OCI_REGISTRY_PASSWORD}' not found.
[ ERROR ] Error in file '/robot-systest/testsuite/k8s_13-two_helm_kdu.robot' on line 59: Setting variable '${REPO_URI}' failed: Environment variable '%{OCI_REGISTRY_URL}' not found.
[ ERROR ] Error in file '/robot-systest/testsuite/k8s_13-two_helm_kdu.robot' on line 60: Setting variable '${REPO_USER}' failed: Environment variable '%{OCI_REGISTRY_USER}' not found.
Testsuite.K8S 13-Two Helm Kdu :: [K8s-13] Two Helm-based KDU stored in publ...
==============================================================================
Create Package For CNF :: Create Package For CNF                      | PASS |
------------------------------------------------------------------------------
Create Package For NS :: Create Package For NS                        | PASS |
------------------------------------------------------------------------------
Create Helm OCI Repo :: Create Helm OCI Repo for openldap kdu         | FAIL |
Variable '${REPO_URI}' not found.
------------------------------------------------------------------------------
Create Network Service Instance :: Create Network Service Instance    | FAIL |
'+------------------+--------------------------------------+---------------------+----------+-------------------+------------------------------------------+
| ns instance name | id                                   | date                | ns state | current operation | error details                            |
+------------------+--------------------------------------+---------------------+----------+-------------------+------------------------------------------+
| ldap             | bf30ec1d-f52e-428d-9ff4-a37869ead267 | 2024-06-30T18:12:51 | BROKEN   | IDLE (None)       | Operation: INSTANTIATING.eed335c6-3770-  |
|                  |                                      |                     |          |                   | 4edf-a988-9f84f09960c2, Stage 2/5:       |
|                  |                                      |                     |          |                   | deployment of KDUs, VMs and execution    |
|                  |                                      |                     |          |                   | environments.                            |
|                  |                                      |                     |          |                   | Detail: Deploying KDU ldap: Error        |
|                  |                                      |                     |          |                   | executing command: env KUBECONFIG=/app/s |
|                  |                                      |                     |          |                   | torage/ae490151-82e2-4a05-b9ea-         ...
    [ Message content over the limit has been removed. ]
...|          |                   | /usr/local/bin/helm3 install osm-gitlab- |
|                  |                                      |                     |          |                   | openldap-0080592321 --atomic --output    |
|                  |                                      |                     |          |                   | yaml  -f 0027128105.yaml --timeout 1800s |
|                  |                                      |                     |          |                   | --namespace                              |
|                  |                                      |                     |          |                   | 44ae844e-83bc-4b42-8d58-408200d0f0e7     |
|                  |                                      |                     |          |                   | osm-gitlab/openldap                      |
|                  |                                      |                     |          |                   | Output: Error: INSTALLATION FAILED: repo |
|                  |                                      |                     |          |                   | osm-gitlab not found                     |
+------------------+--------------------------------------+---------------------+----------+-------------------+------------------------------------------+
To get the history of all operations over a NS, run "osm ns-op-list NS_ID"
For more details on the current operation, run "osm ns-op-show OPERATION_ID"' contains 'BROKEN'
------------------------------------------------------------------------------
Get Ns Id :: Get ID of NS instance                                    | PASS |
------------------------------------------------------------------------------
Get Vnf Id :: Get ID of VNF                                           /bin/sh: 2: Syntax error: "|" unexpected
| FAIL |
+--------------------------------------+------+--------------------------------------+------------------+------------------+--------------------------------------+------------+
| vnf id                               | name | ns id                                | vnf member index | vnfd name        | vim account id                       | ip address |
+--------------------------------------+------+--------------------------------------+------------------+------------------+--------------------------------------+------------+
| 11077e0a-1737-4d14-a80b-44d8b670c4d5 | -    | bf30ec1d-f52e-428d-9ff4-a37869ead267 | two_helm_oci     | two_helm_oci_knf | 798fb69b-191f-4ce5-aca1-c81ea2d3d235 | None       |
+--------------------------------------+------+--------------------------------------+------------------+------------------+--------------------------------------+------------+
------------------------------------------------------------------------------
Execute Upgrade Operation over first KDU :: Execute Upgrade Operat... | PASS |
------------------------------------------------------------------------------
Check Replicas After Upgrade Operation over first KDU :: Check Rep... | FAIL |
Variable '${VNF_ID}' not found. Did you mean:
    ${VNFD_PKG}
    ${NS_ID}
------------------------------------------------------------------------------
Execute Rollback Operation over first KDU :: Execute Rollback Oper... | PASS |
------------------------------------------------------------------------------
Check Replicas After Rollback Operation over first KDU :: Check Re... | FAIL |
Variable '${VNF_ID}' not found. Did you mean:
    ${VNFD_PKG}
    ${NS_ID}
------------------------------------------------------------------------------
Execute Upgrade Operation over second KDU :: Execute Upgrade Opera... | FAIL |
The ns-action with id 2075a96f-170f-4fbf-8cc8-f730bf30cfca was not completed
------------------------------------------------------------------------------
Check Replicas After Upgrade Operation over second KDU :: Check Re... | FAIL |
Variable '${VNF_ID}' not found. Did you mean:
    ${VNFD_PKG}
    ${NS_ID}
------------------------------------------------------------------------------
Execute Rollback Operation over second KDU :: Execute Rollback Ope... | FAIL |
The ns-action with id dac09120-e9f2-4cb4-a87f-7a1715546d74 was not completed
------------------------------------------------------------------------------
Check Replicas After Rollback Operation over second KDU :: Check R... | FAIL |
Variable '${VNF_ID}' not found. Did you mean:
    ${VNFD_PKG}
    ${NS_ID}
------------------------------------------------------------------------------
Delete Network Service Instance :: Delete Network Service Instance    | PASS |
------------------------------------------------------------------------------
Delete Helm OCI Repo :: Delete Helm OCI Repo                          | FAIL |
1 != 0
------------------------------------------------------------------------------
Delete NS Descriptor Test :: Delete NS Descriptor Test                | PASS |
------------------------------------------------------------------------------
Delete VNF Descriptor Test :: Delete VNF Descriptor Test              | PASS |
------------------------------------------------------------------------------
Testsuite.K8S 13-Two Helm Kdu :: [K8s-13] Two Helm-based KDU store... | FAIL |
18 tests, 8 passed, 10 failed
==============================================================================
Testsuite.Sa 02-Vnf With Vim Metrics And Autoscaling :: [SA-02] VNF with VI...
==============================================================================
Create VNF Descriptor :: Upload VNF package for the testsuite.        | PASS |
------------------------------------------------------------------------------
Get Thresholds From VNF :: Read metric threshold and threshold tim... | PASS |
------------------------------------------------------------------------------
Create NS Descriptor :: Upload NS package for the testsuite.          | PASS |
------------------------------------------------------------------------------
Instantiate Network Service :: Instantiate the NS for the testsuite.  | PASS |
------------------------------------------------------------------------------
Get VNF Id :: Retrieve VNF instance id to be used later on.           | PASS |
------------------------------------------------------------------------------
Get VNF IP Address :: Get the mgmt IP address of the VNF to be use... | PASS |
------------------------------------------------------------------------------
Get VNF VIM-based Metric Before Auto-scaling :: Get from Prometheu... [ WARN ] Retrying (RetryAdapter(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NameResolutionError("<urllib3.connection.HTTPConnection object at 0x7f4d4a89ca00>: Failed to resolve 'unknown' ([Errno -2] Name or service not known)")': /api/v1/query?query=osm_cpu_utilization%7Bns_id=%220336d1d6-26b1-4f09-95d4-fbccdc214a79%22,%7D
[ WARN ] Retrying (RetryAdapter(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NameResolutionError("<urllib3.connection.HTTPConnection object at 0x7f4d4a754820>: Failed to resolve 'unknown' ([Errno -2] Name or service not known)")': /api/v1/query?query=osm_cpu_utilization%7Bns_id=%220336d1d6-26b1-4f09-95d4-fbccdc214a79%22,%7D
[ WARN ] Retrying (RetryAdapter(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NameResolutionError("<urllib3.connection.HTTPConnection object at 0x7f4d4a756530>: Failed to resolve 'unknown' ([Errno -2] Name or service not known)")': /api/v1/query?query=osm_cpu_utilization%7Bns_id=%220336d1d6-26b1-4f09-95d4-fbccdc214a79%22,%7D
[ WARN ] Retrying (RetryAdapter(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NameResolutionError("<urllib3.connection.HTTPConnection object at 0x7f4d4a757040>: Failed to resolve 'unknown' ([Errno -2] Name or service not known)")': /api/v1/query?query=osm_cpu_utilization%7Bns_id=%220336d1d6-26b1-4f09-95d4-fbccdc214a79%22,%7D
[ WARN ] Retrying (RetryAdapter(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NameResolutionError("<urllib3.connection.HTTPConnection object at 0x7f4d48d8a1d0>: Failed to resolve 'unknown' ([Errno -2] Name or service not known)")': /api/v1/query?query=osm_cpu_utilization%7Bns_id=%220336d1d6-26b1-4f09-95d4-fbccdc214a79%22,%7D
[ WARN ] Retrying (RetryAdapter(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NameResolutionError("<urllib3.connection.HTTPConnection object at 0x7f4d48da3a30>: Failed to resolve 'unknown' ([Errno -2] Name or service not known)")': /api/v1/query?query=osm_cpu_utilization%7Bns_id=%220336d1d6-26b1-4f09-95d4-fbccdc214a79%22,%7D
[ WARN ] Retrying (RetryAdapter(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NameResolutionError("<urllib3.connection.HTTPConnection object at 0x7f4d4bba4580>: Failed to resolve 'unknown' ([Errno -2] Name or service not known)")': /api/v1/query?query=osm_cpu_utilization%7Bns_id=%220336d1d6-26b1-4f09-95d4-fbccdc214a79%22,%7D
[ WARN ] Retrying (RetryAdapter(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NameResolutionError("<urllib3.connection.HTTPConnection object at 0x7f4d4a755810>: Failed to resolve 'unknown' ([Errno -2] Name or service not known)")': /api/v1/query?query=osm_cpu_utilization%7Bns_id=%220336d1d6-26b1-4f09-95d4-fbccdc214a79%22,%7D
[ WARN ] Retrying (RetryAdapter(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NameResolutionError("<urllib3.connection.HTTPConnection object at 0x7f4d48d49540>: Failed to resolve 'unknown' ([Errno -2] Name or service not known)")': /api/v1/query?query=osm_cpu_utilization%7Bns_id=%220336d1d6-26b1-4f09-95d4-fbccdc214a79%22,%7D
[ WARN ] Retrying (RetryAdapter(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NameResolutionError("<urllib3.connection.HTTPConnection object at 0x7f4d4bbcd420>: Failed to resolve 'unknown' ([Errno -2] Name or service not known)")': /api/v1/query?query=osm_cpu_utilization%7Bns_id=%220336d1d6-26b1-4f09-95d4-fbccdc214a79%22,%7D
[ WARN ] Retrying (RetryAdapter(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NameResolutionError("<urllib3.connection.HTTPConnection object at 0x7f4d4a757a30>: Failed to resolve 'unknown' ([Errno -2] Name or service not known)")': /api/v1/query?query=osm_cpu_utilization%7Bns_id=%220336d1d6-26b1-4f09-95d4-fbccdc214a79%22,%7D
[ WARN ] Retrying (RetryAdapter(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NameResolutionError("<urllib3.connection.HTTPConnection object at 0x7f4d4bbcd9c0>: Failed to resolve 'unknown' ([Errno -2] Name or service not known)")': /api/v1/query?query=osm_cpu_utilization%7Bns_id=%220336d1d6-26b1-4f09-95d4-fbccdc214a79%22,%7D
[ WARN ] Retrying (RetryAdapter(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NameResolutionError("<urllib3.connection.HTTPConnection object at 0x7f4d4a6f4820>: Failed to resolve 'unknown' ([Errno -2] Name or service not known)")': /api/v1/query?query=osm_cpu_utilization%7Bns_id=%220336d1d6-26b1-4f09-95d4-fbccdc214a79%22,%7D
[ WARN ] Retrying (RetryAdapter(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NameResolutionError("<urllib3.connection.HTTPConnection object at 0x7f4d48da1fc0>: Failed to resolve 'unknown' ([Errno -2] Name or service not known)")': /api/v1/query?query=osm_cpu_utilization%7Bns_id=%220336d1d6-26b1-4f09-95d4-fbccdc214a79%22,%7D
[ WARN ] Retrying (RetryAdapter(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NameResolutionError("<urllib3.connection.HTTPConnection object at 0x7f4d48da1090>: Failed to resolve 'unknown' ([Errno -2] Name or service not known)")': /api/v1/query?query=osm_cpu_utilization%7Bns_id=%220336d1d6-26b1-4f09-95d4-fbccdc214a79%22,%7D
| FAIL |
Keyword 'Get Metric' failed after retrying 15 times. The last error was: ConnectionError: HTTPConnectionPool(host='unknown', port=9090): Max retries exceeded with url: /api/v1/query?query=osm_cpu_utilization%7Bns_id=%220336d1d6-26b1-4f09-95d4-fbccdc214a79%22,%7D (Caused by NameResolutionError("<urllib3.connection.HTTPConnection object at 0x7f4d48da19f0>: Failed to resolve 'unknown' ([Errno -2] Name or service not known)"))
------------------------------------------------------------------------------
Increase VIM-based Metric To Force Auto-scaling :: Connect to the ... | PASS |
------------------------------------------------------------------------------
Wait VIM-based Metric To Exceed Threshold :: Wait until the VIM me... [ WARN ] Retrying (RetryAdapter(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NameResolutionError("<urllib3.connection.HTTPConnection object at 0x7f4d48cbafe0>: Failed to resolve 'unknown' ([Errno -2] Name or service not known)")': /api/v1/query?query=osm_cpu_utilization%7Bns_id=%220336d1d6-26b1-4f09-95d4-fbccdc214a79%22,%7D
[ WARN ] Retrying (RetryAdapter(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NameResolutionError("<urllib3.connection.HTTPConnection object at 0x7f4d48cbad10>: Failed to resolve 'unknown' ([Errno -2] Name or service not known)")': /api/v1/query?query=osm_cpu_utilization%7Bns_id=%220336d1d6-26b1-4f09-95d4-fbccdc214a79%22,%7D
[ WARN ] Retrying (RetryAdapter(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NameResolutionError("<urllib3.connection.HTTPConnection object at 0x7f4d48ad2680>: Failed to resolve 'unknown' ([Errno -2] Name or service not known)")': /api/v1/query?query=osm_cpu_utilization%7Bns_id=%220336d1d6-26b1-4f09-95d4-fbccdc214a79%22,%7D
[ WARN ] Retrying (RetryAdapter(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NameResolutionError("<urllib3.connection.HTTPConnection object at 0x7f4d48aedb40>: Failed to resolve 'unknown' ([Errno -2] Name or service not known)")': /api/v1/query?query=osm_cpu_utilization%7Bns_id=%220336d1d6-26b1-4f09-95d4-fbccdc214a79%22,%7D
[ WARN ] Retrying (RetryAdapter(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NameResolutionError("<urllib3.connection.HTTPConnection object at 0x7f4d48aefd90>: Failed to resolve 'unknown' ([Errno -2] Name or service not known)")': /api/v1/query?query=osm_cpu_utilization%7Bns_id=%220336d1d6-26b1-4f09-95d4-fbccdc214a79%22,%7D
[ WARN ] Retrying (RetryAdapter(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NameResolutionError("<urllib3.connection.HTTPConnection object at 0x7f4d48ad0d00>: Failed to resolve 'unknown' ([Errno -2] Name or service not known)")': /api/v1/query?query=osm_cpu_utilization%7Bns_id=%220336d1d6-26b1-4f09-95d4-fbccdc214a79%22,%7D
[ WARN ] Retrying (RetryAdapter(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NameResolutionError("<urllib3.connection.HTTPConnection object at 0x7f4d48ad3580>: Failed to resolve 'unknown' ([Errno -2] Name or service not known)")': /api/v1/query?query=osm_cpu_utilization%7Bns_id=%220336d1d6-26b1-4f09-95d4-fbccdc214a79%22,%7D
[ WARN ] Retrying (RetryAdapter(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NameResolutionError("<urllib3.connection.HTTPConnection object at 0x7f4d4bbceb00>: Failed to resolve 'unknown' ([Errno -2] Name or service not known)")': /api/v1/query?query=osm_cpu_utilization%7Bns_id=%220336d1d6-26b1-4f09-95d4-fbccdc214a79%22,%7D
[ WARN ] Retrying (RetryAdapter(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NameResolutionError("<urllib3.connection.HTTPConnection object at 0x7f4d48ad3640>: Failed to resolve 'unknown' ([Errno -2] Name or service not known)")': /api/v1/query?query=osm_cpu_utilization%7Bns_id=%220336d1d6-26b1-4f09-95d4-fbccdc214a79%22,%7D
[ WARN ] Retrying (RetryAdapter(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NameResolutionError("<urllib3.connection.HTTPConnection object at 0x7f4d48d4ae30>: Failed to resolve 'unknown' ([Errno -2] Name or service not known)")': /api/v1/query?query=osm_cpu_utilization%7Bns_id=%220336d1d6-26b1-4f09-95d4-fbccdc214a79%22,%7D
[ WARN ] Retrying (RetryAdapter(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NameResolutionError("<urllib3.connection.HTTPConnection object at 0x7f4d4a6f6aa0>: Failed to resolve 'unknown' ([Errno -2] Name or service not known)")': /api/v1/query?query=osm_cpu_utilization%7Bns_id=%220336d1d6-26b1-4f09-95d4-fbccdc214a79%22,%7D
[ WARN ] Retrying (RetryAdapter(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NameResolutionError("<urllib3.connection.HTTPConnection object at 0x7f4d48cba920>: Failed to resolve 'unknown' ([Errno -2] Name or service not known)")': /api/v1/query?query=osm_cpu_utilization%7Bns_id=%220336d1d6-26b1-4f09-95d4-fbccdc214a79%22,%7D
[ WARN ] Retrying (RetryAdapter(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NameResolutionError("<urllib3.connection.HTTPConnection object at 0x7f4d48cbb5e0>: Failed to resolve 'unknown' ([Errno -2] Name or service not known)")': /api/v1/query?query=osm_cpu_utilization%7Bns_id=%220336d1d6-26b1-4f09-95d4-fbccdc214a79%22,%7D
[ WARN ] Retrying (RetryAdapter(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NameResolutionError("<urllib3.connection.HTTPConnection object at 0x7f4d48aef520>: Failed to resolve 'unknown' ([Errno -2] Name or service not known)")': /api/v1/query?query=osm_cpu_utilization%7Bns_id=%220336d1d6-26b1-4f09-95d4-fbccdc214a79%22,%7D
[ WARN ] Retrying (RetryAdapter(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NameResolutionError("<urllib3.connection.HTTPConnection object at 0x7f4d48b0c3a0>: Failed to resolve 'unknown' ([Errno -2] Name or service not known)")': /api/v1/query?query=osm_cpu_utilization%7Bns_id=%220336d1d6-26b1-4f09-95d4-fbccdc214a79%22,%7D
| FAIL |
Keyword 'Check VIM-based Metric Exceeds Threshold' failed after retrying 15 times. The last error was: ConnectionError: HTTPConnectionPool(host='unknown', port=9090): Max retries exceeded with url: /api/v1/query?query=osm_cpu_utilization%7Bns_id=%220336d1d6-26b1-4f09-95d4-fbccdc214a79%22,%7D (Caused by NameResolutionError("<urllib3.connection.HTTPConnection object at 0x7f4d48b0c5e0>: Failed to resolve 'unknown' ([Errno -2] Name or service not known)"))
------------------------------------------------------------------------------
Wait Threshold Time :: Wait until the VIM metric has exceeded thre... | PASS |
------------------------------------------------------------------------------
Check VIM-based Metric Exceeds Threshold After Threshold-time :: C... [ WARN ] Retrying (RetryAdapter(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NameResolutionError("<urllib3.connection.HTTPConnection object at 0x7f4d48b0e920>: Failed to resolve 'unknown' ([Errno -2] Name or service not known)")': /api/v1/query?query=osm_cpu_utilization%7Bns_id=%220336d1d6-26b1-4f09-95d4-fbccdc214a79%22,%7D
| FAIL |
ConnectionError: HTTPConnectionPool(host='unknown', port=9090): Max retries exceeded with url: /api/v1/query?query=osm_cpu_utilization%7Bns_id=%220336d1d6-26b1-4f09-95d4-fbccdc214a79%22,%7D (Caused by NameResolutionError("<urllib3.connection.HTTPConnection object at 0x7f4d48b0eb60>: Failed to resolve 'unknown' ([Errno -2] Name or service not known)"))
------------------------------------------------------------------------------
Get VDUs After Auto-scaling :: Check that the VNF has scaled up an... | PASS |
------------------------------------------------------------------------------
Delete NS Instance :: Delete NS instance.                             | PASS |
------------------------------------------------------------------------------
Delete NS Descriptor :: Delete NS package from OSM.                   | PASS |
------------------------------------------------------------------------------
Delete VNF Descriptor :: Delete VNF package from OSM.                 | PASS |
------------------------------------------------------------------------------
Testsuite.Sa 02-Vnf With Vim Metrics And Autoscaling :: [SA-02] VN... | FAIL |
15 tests, 12 passed, 3 failed
==============================================================================
Testsuite                                                             | FAIL |
287 tests, 153 passed, 134 failed
==============================================================================
Output:  /robot-systest/reports/output.xml
Log:     /robot-systest/reports/log.html
Report:  /robot-systest/reports/report.html
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] echo
Retrieve container logs
[Pipeline] sh
[azure_robot_tests] Running shell script
+ . /robot-systest/results/osm_environment.rc
+ export CLOUD_TYPE=azure
+ export OSM_IP_ADDRESS=172.21.23.13
+ export OSM_HOSTNAME=nbi.172.21.23.13.nip.io
+ export OSM_IMAGE_NAME=osmtest202406301118
+ export JUJU_PASSWORD=secret
+ /robot-systest/cloud-scripts/remote-extract-logs.sh
Saving grafana logs...
Warning: Permanently added '172.21.23.13' (ED25519) to the list of known hosts.
Saving keystone logs...
Warning: Permanently added '172.21.23.13' (ED25519) to the list of known hosts.
Saving lcm logs...
Warning: Permanently added '172.21.23.13' (ED25519) to the list of known hosts.
Saving mon logs...
Warning: Permanently added '172.21.23.13' (ED25519) to the list of known hosts.
Saving nbi logs...
Warning: Permanently added '172.21.23.13' (ED25519) to the list of known hosts.
Saving pol logs...
Warning: Permanently added '172.21.23.13' (ED25519) to the list of known hosts.
Saving ro logs...
Warning: Permanently added '172.21.23.13' (ED25519) to the list of known hosts.
Saving ngui logs...
Warning: Permanently added '172.21.23.13' (ED25519) to the list of known hosts.
Saving airflow-scheduler logs...
Warning: Permanently added '172.21.23.13' (ED25519) to the list of known hosts.
Saving pushgateway-prometheus-pushgateway logs...
Warning: Permanently added '172.21.23.13' (ED25519) to the list of known hosts.
Saving webhook-translator logs...
Warning: Permanently added '172.21.23.13' (ED25519) to the list of known hosts.
Saving kafka logs...
Warning: Permanently added '172.21.23.13' (ED25519) to the list of known hosts.
Saving mongo logs...
Warning: Permanently added '172.21.23.13' (ED25519) to the list of known hosts.
Saving mysql logs...
Warning: Permanently added '172.21.23.13' (ED25519) to the list of known hosts.
Saving prometheus logs...
Warning: Permanently added '172.21.23.13' (ED25519) to the list of known hosts.
Saving zookeeper logs...
Warning: Permanently added '172.21.23.13' (ED25519) to the list of known hosts.
Saving alertmanager logs...
Warning: Permanently added '172.21.23.13' (ED25519) to the list of known hosts.

All logs saved to /robot-systest/results/
[Pipeline] echo
Save results
[Pipeline] sh
[azure_robot_tests] Running shell script
+ rm -rf results
[Pipeline] sh
[azure_robot_tests] Running shell script
+ cp -var /robot-systest/results /robot-systest/reports/log.html /robot-systest/reports/output.xml /robot-systest/reports/report.html .
'/robot-systest/results' -> './results'
'/robot-systest/results/k8s_environment.rc' -> './results/k8s_environment.rc'
'/robot-systest/results/kubeconfig.yaml' -> './results/kubeconfig.yaml'
'/robot-systest/results/osm_environment.rc' -> './results/osm_environment.rc'
'/robot-systest/results/osm-deploy-grafana.log' -> './results/osm-deploy-grafana.log'
'/robot-systest/results/osm-deploy-keystone.log' -> './results/osm-deploy-keystone.log'
'/robot-systest/results/osm-deploy-lcm.log' -> './results/osm-deploy-lcm.log'
'/robot-systest/results/osm-deploy-mon.log' -> './results/osm-deploy-mon.log'
'/robot-systest/results/osm-deploy-nbi.log' -> './results/osm-deploy-nbi.log'
'/robot-systest/results/osm-deploy-pol.log' -> './results/osm-deploy-pol.log'
'/robot-systest/results/osm-deploy-ro.log' -> './results/osm-deploy-ro.log'
'/robot-systest/results/osm-deploy-ngui.log' -> './results/osm-deploy-ngui.log'
'/robot-systest/results/osm-deploy-airflow-scheduler.log' -> './results/osm-deploy-airflow-scheduler.log'
'/robot-systest/results/osm-deploy-pushgateway-prometheus-pushgateway.log' -> './results/osm-deploy-pushgateway-prometheus-pushgateway.log'
'/robot-systest/results/osm-deploy-webhook-translator.log' -> './results/osm-deploy-webhook-translator.log'
'/robot-systest/results/osm-sts-kafka.log' -> './results/osm-sts-kafka.log'
'/robot-systest/results/osm-sts-mongo.log' -> './results/osm-sts-mongo.log'
'/robot-systest/results/osm-sts-mysql.log' -> './results/osm-sts-mysql.log'
'/robot-systest/results/osm-sts-prometheus.log' -> './results/osm-sts-prometheus.log'
'/robot-systest/results/osm-sts-zookeeper.log' -> './results/osm-sts-zookeeper.log'
'/robot-systest/results/osm-sts-alertmanager.log' -> './results/osm-sts-alertmanager.log'
'/robot-systest/reports/log.html' -> './log.html'
'/robot-systest/reports/output.xml' -> './output.xml'
'/robot-systest/reports/report.html' -> './report.html'
[Pipeline] step
Archiving artifacts
Recording fingerprints
[Pipeline] echo
Updates the Robot dashboard in Jenkins
[Pipeline] robot
Robot results publisher started...
-Parsing output xml:
Done!
-Copying log files to build dir:
Done!
-Assigning results to build:
Done!
-Checking thresholds:
Done!
Done publishing Robot results.
[Pipeline] echo
Destroy the K8s cluster
[Pipeline] sh
[azure_robot_tests] Running shell script
+ . /robot-systest/results/k8s_environment.rc
+ export CLOUD_TYPE=azure
+ export USE_PAAS_K8S=FALSE
+ export K8S_IP=172.21.23.12
+ export K8S_IMAGE_NAME=k8stest202406301109
+ export K8S_CREDENTIALS=/robot-systest/results/kubeconfig.yaml
+ /robot-systest/cloud-scripts/delete-k8s.sh
Deleting IaaS k8s cluster in azure
++ az vm show --resource-group OSM_CICD_GROUP --name k8stest202406301109 --query 'networkProfile.networkInterfaces[0].id'
+ INTERFACE_ID='"/subscriptions/8fb7e78d-097b-413d-bc65-41d29be6bab1/resourceGroups/OSM_CICD_GROUP/providers/Microsoft.Network/networkInterfaces/k8stest202406301109VMNic"'
+ INTERFACE_ID=/subscriptions/8fb7e78d-097b-413d-bc65-41d29be6bab1/resourceGroups/OSM_CICD_GROUP/providers/Microsoft.Network/networkInterfaces/k8stest202406301109VMNic
++ az vm show --resource-group OSM_CICD_GROUP --name k8stest202406301109 --query storageProfile.osDisk.managedDisk.id
+ OS_DISK_ID='"/subscriptions/8fb7e78d-097b-413d-bc65-41d29be6bab1/resourceGroups/OSM_CICD_GROUP/providers/Microsoft.Compute/disks/k8stest202406301109_OsDisk_1_22c34e4d49a049539acc5874422d31fb"'
+ OS_DISK_ID=/subscriptions/8fb7e78d-097b-413d-bc65-41d29be6bab1/resourceGroups/OSM_CICD_GROUP/providers/Microsoft.Compute/disks/k8stest202406301109_OsDisk_1_22c34e4d49a049539acc5874422d31fb
++ az network nic show --id /subscriptions/8fb7e78d-097b-413d-bc65-41d29be6bab1/resourceGroups/OSM_CICD_GROUP/providers/Microsoft.Network/networkInterfaces/k8stest202406301109VMNic --query networkSecurityGroup.id
+ SECURITY_GROUP_ID='"/subscriptions/8fb7e78d-097b-413d-bc65-41d29be6bab1/resourceGroups/OSM_CICD_GROUP/providers/Microsoft.Network/networkSecurityGroups/k8stest202406301109NSG"'
+ SECURITY_GROUP_ID=/subscriptions/8fb7e78d-097b-413d-bc65-41d29be6bab1/resourceGroups/OSM_CICD_GROUP/providers/Microsoft.Network/networkSecurityGroups/k8stest202406301109NSG
++ az network nic show --id /subscriptions/8fb7e78d-097b-413d-bc65-41d29be6bab1/resourceGroups/OSM_CICD_GROUP/providers/Microsoft.Network/networkInterfaces/k8stest202406301109VMNic --query 'ipConfigurations[0].publicIpAddress.id'
+ PUBLIC_IP_ID=
+ PUBLIC_IP_ID=
+ az vm delete --resource-group OSM_CICD_GROUP --name k8stest202406301109 --yes
+ az network nic delete --id /subscriptions/8fb7e78d-097b-413d-bc65-41d29be6bab1/resourceGroups/OSM_CICD_GROUP/providers/Microsoft.Network/networkInterfaces/k8stest202406301109VMNic
+ az disk delete --id /subscriptions/8fb7e78d-097b-413d-bc65-41d29be6bab1/resourceGroups/OSM_CICD_GROUP/providers/Microsoft.Compute/disks/k8stest202406301109_OsDisk_1_22c34e4d49a049539acc5874422d31fb --yes
+ az network nsg delete --id /subscriptions/8fb7e78d-097b-413d-bc65-41d29be6bab1/resourceGroups/OSM_CICD_GROUP/providers/Microsoft.Network/networkSecurityGroups/k8stest202406301109NSG
+ '[' -n '' ']'
[Pipeline] echo
Destroy the OSM host
[Pipeline] sh
[azure_robot_tests] Running shell script
+ . /robot-systest/results/osm_environment.rc
+ export CLOUD_TYPE=azure
+ export OSM_IP_ADDRESS=172.21.23.13
+ export OSM_HOSTNAME=nbi.172.21.23.13.nip.io
+ export OSM_IMAGE_NAME=osmtest202406301118
+ export JUJU_PASSWORD=secret
+ /robot-systest/cloud-scripts/delete-osm-vm.sh
++ az vm show --resource-group OSM_CICD_GROUP --name osmtest202406301118 --query 'networkProfile.networkInterfaces[0].id'
+ INTERFACE_ID='"/subscriptions/8fb7e78d-097b-413d-bc65-41d29be6bab1/resourceGroups/OSM_CICD_GROUP/providers/Microsoft.Network/networkInterfaces/osmtest202406301118VMNic"'
+ INTERFACE_ID=/subscriptions/8fb7e78d-097b-413d-bc65-41d29be6bab1/resourceGroups/OSM_CICD_GROUP/providers/Microsoft.Network/networkInterfaces/osmtest202406301118VMNic
++ az vm show --resource-group OSM_CICD_GROUP --name osmtest202406301118 --query storageProfile.osDisk.managedDisk.id
+ OS_DISK_ID='"/subscriptions/8fb7e78d-097b-413d-bc65-41d29be6bab1/resourceGroups/OSM_CICD_GROUP/providers/Microsoft.Compute/disks/osmtest202406301118_OsDisk_1_7951de4e02fb40cf8654ea1e3ddf8416"'
+ OS_DISK_ID=/subscriptions/8fb7e78d-097b-413d-bc65-41d29be6bab1/resourceGroups/OSM_CICD_GROUP/providers/Microsoft.Compute/disks/osmtest202406301118_OsDisk_1_7951de4e02fb40cf8654ea1e3ddf8416
++ az network nic show --id /subscriptions/8fb7e78d-097b-413d-bc65-41d29be6bab1/resourceGroups/OSM_CICD_GROUP/providers/Microsoft.Network/networkInterfaces/osmtest202406301118VMNic --query networkSecurityGroup.id
+ SECURITY_GROUP_ID='"/subscriptions/8fb7e78d-097b-413d-bc65-41d29be6bab1/resourceGroups/OSM_CICD_GROUP/providers/Microsoft.Network/networkSecurityGroups/osmtest202406301118NSG"'
+ SECURITY_GROUP_ID=/subscriptions/8fb7e78d-097b-413d-bc65-41d29be6bab1/resourceGroups/OSM_CICD_GROUP/providers/Microsoft.Network/networkSecurityGroups/osmtest202406301118NSG
++ az network nic show --id /subscriptions/8fb7e78d-097b-413d-bc65-41d29be6bab1/resourceGroups/OSM_CICD_GROUP/providers/Microsoft.Network/networkInterfaces/osmtest202406301118VMNic --query 'ipConfigurations[0].publicIpAddress.id'
+ PUBLIC_IP_ID=
+ PUBLIC_IP_ID=
+ az vm delete --resource-group OSM_CICD_GROUP --name osmtest202406301118 --yes
+ az network nic delete --id /subscriptions/8fb7e78d-097b-413d-bc65-41d29be6bab1/resourceGroups/OSM_CICD_GROUP/providers/Microsoft.Network/networkInterfaces/osmtest202406301118VMNic
+ az disk delete --id /subscriptions/8fb7e78d-097b-413d-bc65-41d29be6bab1/resourceGroups/OSM_CICD_GROUP/providers/Microsoft.Compute/disks/osmtest202406301118_OsDisk_1_7951de4e02fb40cf8654ea1e3ddf8416 --yes
+ az network nsg delete --id /subscriptions/8fb7e78d-097b-413d-bc65-41d29be6bab1/resourceGroups/OSM_CICD_GROUP/providers/Microsoft.Network/networkSecurityGroups/osmtest202406301118NSG
+ '[' -n '' ']'
[Pipeline] sh
[azure_robot_tests] Running shell script
+ az vm list -o table
Name                 ResourceGroup       Location    Zones
-------------------  ------------------  ----------  -------
k8stest202406231108  OSM_CICD_GROUP      westeurope
osmtest202406231114  OSM_CICD_GROUP      westeurope
vm-CICD-Host         OSM_CICD_GROUP      westeurope  1
vm-VPN-Host          OSM_GROUP           westeurope
VPN-Gateway          OSM_GROUP           westeurope
vm-Hackfest-Host     OSM_HACKFEST_GROUP  westeurope
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
$ docker stop --time=1 2fac78cc922a6edcee217d0218ed2b5d9cb5fd9c2b092f83ddc30a45df855fdb
$ docker rm -f 2fac78cc922a6edcee217d0218ed2b5d9cb5fd9c2b092f83ddc30a45df855fdb
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS