tacker/tacker/tests/unit/objects
Aldinson Esto b77c469939 Support for Change External VNF Connectivity
This feature will enable the client to use this API to perform the
following operations:

    - allow client to change the external connectivity of a VNF
      instance
    - VNFM support to change port/network
    - VNFM also supports to change ip address/mac address/
      allowed_address_pair

The operations provided through additional attributes are below:
    - Grant(POST)
    - VNF instances (GET)
    - Individual VNF Instances (GET)
    - Notification Endpoint (POST)

Modified .zuul.yaml to disable image_volume_cache, since cache
Volume remains during Terminate implementation and responds to
Heat Stack deletion failure without erasing volume type.

Implements: blueprint support-change-external-connectivity
Spec: https://specs.openstack.org/openstack/tacker-specs/specs/wallaby/support-change-external-VNF-connectivity-operation.html
Change-Id: Ie6b8b2b46b6de24e2d2d0a8bccef87bbdfa39191
2021-03-26 17:54:12 +09:00
..
__init__.py Add new policy action: vdu_autoheal 2019-01-24 09:55:30 +09:00
fakes.py Enhancement of get VNF LCM operation occurrence 2021-03-26 03:01:10 +00:00
test_change_ext_conn_req.py Support for Change External VNF Connectivity 2021-03-26 17:54:12 +09:00
test_fields.py Drop most of six importings 2020-10-19 12:10:05 +00:00
test_grant.py Support for Change External VNF Connectivity 2021-03-26 17:54:12 +09:00
test_instantiate_vnf_req.py Support Additional Parameters for List VNF 2020-10-05 14:46:28 +09:00
test_terminate_vnf_request.py Move tacker to new hacking 4.0.0 2020-12-04 09:44:47 +00:00
test_vim_connection.py Move tacker to new hacking 4.0.0 2020-12-04 09:44:47 +00:00
test_vnf.py Support VNF update operations based on ETSI NFV 2020-10-05 07:26:15 +00:00
test_vnf_deployment_flavour.py Use unittest.mock instead of third party mock 2020-05-22 12:03:45 +09:00
test_vnf_instance.py Support for grant request with Synchronous response 2020-10-07 13:57:24 +09:00
test_vnf_instantiated_info.py Move tacker to new hacking 4.0.0 2020-12-04 09:44:47 +00:00
test_vnf_lcm_op_occs.py Enhancement of get VNF LCM operation occurrence 2021-03-26 03:01:10 +00:00
test_vnf_lcm_subscriptions.py Improve tacker.objects related file UT coverage 2021-03-25 08:42:53 +00:00
test_vnf_package.py Support flow of Getting VNF package 2020-10-05 07:19:32 +00:00
test_vnf_package_vnfd.py Improve tacker.objects related file UT coverage 2021-03-25 08:42:53 +00:00
test_vnf_resource.py Use unittest.mock instead of third party mock 2020-05-22 12:03:45 +09:00
test_vnf_software_images.py Add versioned objects for vnf packages 2019-09-18 12:24:39 +00:00
test_vnfd.py Improve tacker.objects related file UT coverage 2021-03-25 08:42:53 +00:00
test_vnfd_attribute.py Improve tacker.objects related file UT coverage 2021-03-25 08:42:53 +00:00