tacker/tacker/tests/unit/vnfm/infra_drivers/kubernetes
Ayumu Ueha 667377b849 Fix some bugs related legacy cnf operations
This patch fixes some bugs related legacy cnf operations below:
* Delete the "unsupported key check" of policies in TOSCA template, to
  resolve `openstack vnf create` command failure due to property
  validation of policies.
* Change the branch condition of legacy/sol, to resolve the
  `openstack vnf scale` command failure due to keyError.
* Add interval to each retry loops of delete_wait_legacy, to resolve
  the `openstack vnf delete` command failure.

And this patch revises the documentation for legacy cnf operations to
work properly.

Closes-Bug: #1920085
Change-Id: If14b95b2f9dfafe994a5ebf4f447a2bf7d27981c
2021-03-29 10:16:59 +00:00
..
kubernetes_api_resource Implementation CNF with VNFM and CISM in Tacker 2020-09-25 05:15:59 -04:00
__init__.py Implementation CNF with VNFM and CISM in Tacker 2020-09-25 05:15:59 -04:00
fakes.py Fix some bugs related legacy cnf operations 2021-03-29 10:16:59 +00:00
test_kubernetes_driver.py Fix some bugs related legacy cnf operations 2021-03-29 10:16:59 +00:00
test_tosca_kube_object.py improve UT coverage of kubernetes-driver related files 2021-02-22 08:16:34 +00:00
test_translate_inputs.py improve UT coverage of kubernetes-driver related files 2021-02-22 08:16:34 +00:00
test_translate_outputs.py improve UT coverage of kubernetes-driver related files 2021-02-22 08:16:34 +00:00
test_translate_template.py improve UT coverage of kubernetes-driver related files 2021-02-22 08:16:34 +00:00