tacker/tacker
Yoshito Ito ba813054a4 Split FT to Legacy and SOL implementation
FT execution time in Zuul is about to exceed its timeout. This patch
make the existing dsvm-functional FT job to be separated to two jobs;
* dsvm-functional-legacy
* dsvm-functional-sol

This patch fixes the unstable FT results in zuul FT jobs:
* test_rollback_instantiate:
  ``depends_on`` in BaseHOT makes stable deletion of stacks, otherwise
  Heat fails to delete subnets due to missing dependency with ports.
* test_vnf_alarm_scale_with_instance_reservation:
   "--concurrency 1" enables to run test without any VMs on hosts,
  otherwise Blazar fails to add hosts into the freepool.

Changes:
* Split the FT directory to legacy and sol
* Create new tox envs for FT of legacy and of SOL
* Relative path are changed due to the new directory structure
* Add ``depends_on` parameter in BaseHOT
* Set "--concurrency 1" for both of the new FT jobs

Change-Id: I4c66353eada16f7e51d7ed1c1999cf50635b9dce
2021-01-19 15:47:41 +09:00
..
agent from i18n import _ when quoting them 2019-08-09 09:59:48 +08:00
api Modify api schemas of vimConnectionInfo 2020-12-24 08:52:53 +09:00
cmd Cleanup Python 2.7 support 2020-03-29 20:23:26 +00:00
common Convert software image properties to byte 2020-11-06 04:32:06 +00:00
conductor Fix for multiple failures in VNF lifecycle 2020-12-18 11:50:28 +09:00
conf Support flow of Getting VNF package 2020-10-05 07:19:32 +00:00
db Fix for multiple failures in VNF lifecycle 2020-12-18 11:50:28 +09:00
extensions Drop most of six importings 2020-10-19 12:10:05 +00:00
glance_store Introduce py39 for unittests 2020-11-08 06:11:48 +00:00
hacking Update hacking for Python3 2020-04-24 13:48:53 +02:00
keymgr Drop most of six importings 2020-10-19 12:10:05 +00:00
locale Imported Translations from Zanata 2020-10-24 08:58:53 +00:00
mistral Replaces uuid.uuid4 with uuidutils.generate_uuid() 2017-07-18 14:00:58 +00:00
nfvo Drop most of six importings 2020-10-19 12:10:05 +00:00
objects Merge "Fix for multiple failures in VNF lifecycle" 2020-12-23 07:47:53 +00:00
plugins Fix and avoid an erroneous heat API call 2020-11-05 12:35:55 +00:00
policies Support Rollback of LCM Resource 2020-10-07 05:13:33 +00:00
releasenotes/notes Remove infra and mgmt parsing logic from API 2017-01-06 08:39:56 +00:00
services Drop most of six importings 2020-10-19 12:10:05 +00:00
tests Split FT to Legacy and SOL implementation 2021-01-19 15:47:41 +09:00
tosca Fix for multiple failures in VNF lifecycle 2020-12-18 11:50:28 +09:00
vnflcm Fix for multiple failures in VNF lifecycle 2020-12-18 11:50:28 +09:00
vnfm Fix for multiple failures in VNF lifecycle 2020-12-18 11:50:28 +09:00
__init__.py Drop most of six importings 2020-10-19 12:10:05 +00:00
_i18n.py Remove i18n.enable_lazy() call from tacker.cmd 2018-11-14 14:56:52 +05:30
alarm_receiver.py Fix to encrypt password print in debug logs 2020-11-17 02:17:02 +00:00
auth.py Support of Server/Basic certification in OAuth2.0 2020-10-05 07:18:14 +00:00
context.py Remove deprecation warning messages 2019-09-20 12:27:06 +05:30
manager.py Sychronize vnf action tasks 2020-04-22 07:43:50 +00:00
policy.py Drop most of six importings 2020-10-19 12:10:05 +00:00
service.py Sychronize vnf action tasks 2020-04-22 07:43:50 +00:00
version.py Cleanup vim settings 2016-03-28 13:03:56 +02:00
wsgi.py Drop most of six importings 2020-10-19 12:10:05 +00:00