[Documentation] Test Suite Cleanup: Deleting descriptors and NS instance
Run Keyword If Test Failed Delete NS ${ns_name}
-
Run Keyword If Test Failed Delete NSD ${nsd_name}
-
Run Keyword If Test Failed Delete VNFD ${vnfd_name}
[Tags] k8scluster sanity regression
Create K8s Cluster %{K8S_CREDENTIALS} ${k8scluster_version} %{VIM_TARGET} %{VIM_MGMT_NET} ${k8scluster_name}
-List K8s Clusters
- [Tags] k8scluster sanity regression
- ${stdout}= Get K8s Cluster
- Log To Console \n${stdout}
-
Remove K8s Cluster from OSM
[Tags] k8scluster sanity regression
Delete K8s Cluster ${k8scluster_name}
+# Copyright 2020 Canonical Ltd.
+#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
Create NSD '%{PACKAGES_FOLDER}/${nsd_pkg}'
Add K8s Cluster To OSM
- [Tags] k8scluster charm sanity regression
+ [Tags] simple_k8s charm sanity regression
Create K8s Cluster %{K8S_CREDENTIALS} ${k8scluster_version} %{VIM_TARGET} %{VIM_MGMT_NET} ${k8scluster_name}
Network Service K8s Instance Test
Delete NS ${ns_name}
Remove K8s Cluster from OSM
- [Tags] k8scluster charm sanity regression
+ [Tags] simple_k8s charm sanity regression
Delete K8s Cluster ${k8scluster_name}
Delete NS Descriptor Test
Run Keyword If Test Failed Delete NS ${ns_name}
Run Keyword If Test Failed Delete NSD ${nsd_name}
Run Keyword If Test Failed Delete VNFD ${vnfd_name}
-
-
+ Run Keyword If Test Failed Delete K8s Cluster ${k8scluster_name}