tacker/tacker/tests/functional
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 Support Scale and Rollback function of FT 2020-12-22 18:33:10 +09:00
legacy Support feature to attach the existing volume 2021-01-28 13:11:03 +05:30
sol Implement SOL001 features to MgmtDriver 2021-02-18 17:29:39 +09:00
sol_kubernetes Add a k8s cluster for the k8s related FT in zuul 2021-02-08 13:11:16 +00:00
sol_separated_nfvo Add new FT set for tests with separated NFVO 2021-01-21 16:27:04 +00:00
__init__.py Enable hacking check H104 2015-04-09 18:45:52 -07:00
base.py Support feature to attach the existing volume 2021-01-28 13:11:03 +05:30
clients.py Move to use only kestone v3 api 2019-03-06 05:09:13 +00:00
keystone.py Introduce FT keystone client initialization retry 2020-10-29 12:48:08 +09:00