tacker/tacker/tests
LiangLu f88022cdc2 Implement SOL001 features to MgmtDriver
* Enable VNF vendors to customize configuration methods
  for applications via MgmtDriver
* Load LCM interface from vnfd file
* Call LCM methods from vnflcm_driver
* Fix unitentional mgmt_calls in vnflcm_driver._scale_vnf_pre

Note:
* For UT, sqlalchemy is used, which calls functions in pymysql.py,
  so the dependency module PyMySQL needs to be added.
* The previous implementation of ``cfg.CONF.tacker.infra_driver``
  depends on the default config in legacy ``VNFMPlugin`` class in
  tacker/vnfm/plugin.py, so we need to fix this here.
* Due to drop unitentional mgmt_calls, it makes compatibility breakage
  for some scale actions calls and third party driver support. This
  backward incompatibility was decided to keep since it is not long
  time since last change(Victoria release)

Change-Id: Ib4ad3eb9e0a84d1a5e807d2e6004e6b2c02bf3cf
2021-02-18 17:29:39 +09:00
..
common Remove test helpers for Python2 2020-10-19 12:11:40 +00:00
contrib Support for grant request with Synchronous response 2020-10-07 13:57:24 +09:00
etc Implement SOL001 features to MgmtDriver 2021-02-18 17:29:39 +09:00
functional Implement SOL001 features to MgmtDriver 2021-02-18 17:29:39 +09:00
unit Implement SOL001 features to MgmtDriver 2021-02-18 17:29:39 +09:00
var rename neutron/tests to tacker/tests 2014-07-04 18:20:50 +09:00
__init__.py Enable hacking check H104 2015-04-09 18:45:52 -07:00
base.py Use unittest.mock instead of third party mock 2020-05-22 12:03:45 +09:00
constants.py Support feature to attach the existing volume 2021-01-28 13:11:03 +05:30
fake_notifier.py Move unit tests dir to tacker/tests/unit 2017-02-24 16:38:18 +08:00
post_mortem_debug.py Cleanup vim settings 2016-03-28 13:03:56 +02:00
tools.py Update hacking 2016-01-02 17:30:55 +01:00
utils.py Implementation Artifacts support in Tacker 2020-09-21 03:27:17 -04:00
uuidsentinel.py Improve code coverage of openstack module 2019-06-12 11:20:00 +00:00