tacker/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource
Ayumu Ueha ffdbefaedf Stabilize sol-kubernetes-v2 job
The following test at sol-kubernetes-v2 takes longer.
```
tacker.tests.functional.sol_kubernetes_v2.test_vnflcm_basic
  .VnfLcmKubernetesTest.test_basic_lcms_max [830.095575s] ... ok
```

This occurs because the service takes a long time to delete.
If it takes more longer, the test will fail.

This patch changes the following to stabilize sol-kubernetes-v2 job.
* Set ``service.type`` to ``NodePort`` of service manifest file
  to reduce the time it takes to complete the deletion of resources.

And also change ``service.type`` to ``NodePort`` along with the other
manifest files.

Change-Id: Ib04cbbbf08a4e0b62d9b6d55b58593757d01a569
2023-02-10 03:05:24 +00:00
..
api-service.yaml Fix missing required parameter when k8s_obj init 2021-08-25 13:35:55 +09:00
bindings.yaml Implementation CNF with VNFM and CISM in Tacker 2020-09-25 05:15:59 -04:00
cluster-role-binding.yaml Implementation CNF with VNFM and CISM in Tacker 2020-09-25 05:15:59 -04:00
cluster-role.yaml Implementation CNF with VNFM and CISM in Tacker 2020-09-25 05:15:59 -04:00
config-map.yaml Implementation CNF with VNFM and CISM in Tacker 2020-09-25 05:15:59 -04:00
controller-revision.yaml Implementation CNF with VNFM and CISM in Tacker 2020-09-25 05:15:59 -04:00
daemon-set.yaml Fix missing required parameter when k8s_obj init 2021-08-25 13:35:55 +09:00
deployment.yaml Fix missing required parameter when k8s_obj init 2021-08-25 13:35:55 +09:00
horizontal-pod-autoscaler.yaml Update k8s v1.25.2 and helm 3.10.1 2022-11-16 13:39:41 +09:00
job.yaml Fix missing required parameter when k8s_obj init 2021-08-25 13:35:55 +09:00
lease.yaml Implementation CNF with VNFM and CISM in Tacker 2020-09-25 05:15:59 -04:00
limit-range.yaml Fix missing required parameter when k8s_obj init 2021-08-25 13:35:55 +09:00
local-subject-access-review.yaml Implementation CNF with VNFM and CISM in Tacker 2020-09-25 05:15:59 -04:00
namespace.yaml Fix missing required parameter when k8s_obj init 2021-08-25 13:35:55 +09:00
network-policy.yaml Fix missing required parameter when k8s_obj init 2021-08-25 13:35:55 +09:00
node.yaml Fix missing required parameter when k8s_obj init 2021-08-25 13:35:55 +09:00
persistent-volume-claim.yaml Fix missing required parameter when k8s_obj init 2021-08-25 13:35:55 +09:00
persistent-volume.yaml Fix missing required parameter when k8s_obj init 2021-08-25 13:35:55 +09:00
pod-template.yaml Fix missing required parameter when k8s_obj init 2021-08-25 13:35:55 +09:00
pod.yaml Fix missing required parameter when k8s_obj init 2021-08-25 13:35:55 +09:00
priority-class.yaml Implementation CNF with VNFM and CISM in Tacker 2020-09-25 05:15:59 -04:00
replica-set.yaml Fix missing required parameter when k8s_obj init 2021-08-25 13:35:55 +09:00
resource-quota.yaml Fix missing required parameter when k8s_obj init 2021-08-25 13:35:55 +09:00
role-bindings.yaml Implementation CNF with VNFM and CISM in Tacker 2020-09-25 05:15:59 -04:00
role.yaml Implementation CNF with VNFM and CISM in Tacker 2020-09-25 05:15:59 -04:00
secret.yaml Implementation CNF with VNFM and CISM in Tacker 2020-09-25 05:15:59 -04:00
self-subject-access-review.yaml Implementation CNF with VNFM and CISM in Tacker 2020-09-25 05:15:59 -04:00
self-subject-rule-review.yaml Fix missing required parameter when k8s_obj init 2021-08-25 13:35:55 +09:00
service-account.yaml Implementation CNF with VNFM and CISM in Tacker 2020-09-25 05:15:59 -04:00
service.yaml Stabilize sol-kubernetes-v2 job 2023-02-10 03:05:24 +00:00
stateful-set.yaml Fix missing required parameter when k8s_obj init 2021-08-25 13:35:55 +09:00
storage-class.yaml Fix missing required parameter when k8s_obj init 2021-08-25 13:35:55 +09:00
subject-access-review.yaml Fix missing required parameter when k8s_obj init 2021-08-25 13:35:55 +09:00
token-review.yaml Implementation CNF with VNFM and CISM in Tacker 2020-09-25 05:15:59 -04:00
volume-attachment.yaml Fix missing required parameter when k8s_obj init 2021-08-25 13:35:55 +09:00