tacker/tacker/tests/unit
Sheel Rana 2c68a0a84d Updated vnflcm api output with host-path
Currently vnflcm api operations do not return host-path
in their output inside '_links' href field.
For ex,
"_links": {
"self": {
"href":
    "/vnflcm/v1/vnf_instances/<vnf-instance>"
}
}

This patch updates '_links' href field in vnflcm api output
with host-path.
For ex,
"_links": {
"self": {
"href":
    "http://localhost:9890/vnflcm/v1/vnf_instances/<vnf-instance>"
}
}

*here "http://localhost:9890/" is just an example of host-path.

Related operations:
1. Creates a new VNF instance.
2. Show VNF Instance.
3. List VNF Instances.
4. Show VNF LCM operation occurrence.
5. List VNF LCM operation occurrences.

Co-Authored-By: Navum Gupta <navum.gupta@india.nec.com>

Closes-Bug: #1923360
Change-Id: I245cd2626fac1112d6a9fef3c51bf5ef6b679e05
2021-04-24 15:18:36 +00:00
..
agent Remove test helpers for Python2 2020-10-19 12:11:40 +00:00
api Dropping explicit unicode literal 2021-02-02 06:45:53 +05:30
cmd [goal] Deprecate the JSON formatted policy file 2021-01-22 04:18:31 +00:00
common Merge "improve UT coverage of conductor related files" 2021-03-26 06:05:27 +00:00
conductor improve UT coverage of tacker-server related files 2021-03-26 23:14:05 +08:00
db Dropping explicit unicode literal 2021-02-02 06:45:53 +05:30
extensions Use unittest.mock instead of third party mock 2020-05-22 12:03:45 +09:00
glance_store Drop most of six importings 2020-10-19 12:10:05 +00:00
hacking Refactoring UT directories 2018-11-12 13:13:39 +00:00
keymgr Refactoring UT directories 2018-11-12 13:13:39 +00:00
mistral Refactoring UT directories 2018-11-12 13:13:39 +00:00
nfvo Support CNF scale operations based on ETSI NFV 2021-02-24 06:25:54 +00:00
objects Support for Change External VNF Connectivity 2021-03-26 17:54:12 +09:00
plugins Refactoring UT directories 2018-11-12 13:13:39 +00:00
services Refactoring UT directories 2018-11-12 13:13:39 +00:00
tests Drop most of six importings 2020-10-19 12:10:05 +00:00
tosca Refactoring UT directories 2018-11-12 13:13:39 +00:00
vnflcm Updated vnflcm api output with host-path 2021-04-24 15:18:36 +00:00
vnfm Merge "Fix some bugs related legacy cnf operations" 2021-04-08 12:56:45 +00:00
vnfpkgm improve UT coverage of tacker-server related files 2021-03-26 23:14:05 +08:00
__init__.py Add versioned objects for vnf packages 2019-09-18 12:24:39 +00:00
_test_rootwrap_exec.py Recover some file permissions 2016-07-20 22:56:09 +00:00
base.py Use unittest.mock instead of third party mock 2020-05-22 12:03:45 +09:00
database_stubs.py Use oslo log and oslo concurrency 2016-06-03 11:38:36 +08:00
extension_stubs.py Cleanup vim settings 2016-03-28 13:03:56 +02:00
fake_auth.py Support of Server/Basic certification in OAuth2.0 2020-10-05 07:18:14 +00:00
fake_request.py Add vnf packages RestFul APIs 2019-09-20 06:48:28 +00:00
fixtures.py Stop to use the __future__ module. 2020-06-02 21:00:17 +02:00
test_alarm_receiver.py Remove test helpers for Python2 2020-10-19 12:11:40 +00:00
test_auth.py Support of Server/Basic certification in OAuth2.0 2020-10-05 07:18:14 +00:00
test_context.py Use unittest.mock instead of third party mock 2020-05-22 12:03:45 +09:00
test_policy.py Drop most of six importings 2020-10-19 12:10:05 +00:00
test_wsgi.py Dropping explicit unicode literal 2021-02-02 06:45:53 +05:30
testlib_api.py Add __ne__ built-in function 2016-11-16 15:40:42 +08:00