tacker/tacker/tests/functional/sol_v2_az_retry
taiki kimura 7eaf841525 Refactor duplicate methods in functional tests
This patch includes the following changes.
* Move BaseSolV2Test and BaseVnfLcmKubernetesV2Test duplicate methods
  to BaseTackerTestV2.
* Rename duplicate method names in BaseSolV2Test and
  BaseVnfLcmKubernetesV2Test.
* Define a repeat execution method of LCM operation in BaseTackerTestV2.
  And remove this processing from each FT.
* Change sleep times used in v2 API FT to the following constant.
   - WAIT_LCMOCC_UPDATE_TIME
   - WAIT_NOTIFICATION_TIME
   - WAIT_TEST_NOTIFICATION_TIME
   - WAIT_CREATE_THRESHOLD_TIME
   - WAIT_AUTO_HEAL_TIME
   - SERVER_NOTIFICATION_INTERVAL
* Change versions used in v2 API FT to the following constant.
   - VNFLCM_V2_VERSION = "2.0.0"
   - VNFFM_V1_VERSION = "1.3.0"
   - VNFPM_V2_VERSION = "2.1.0"
* Rename VNF Package and VNFD ID used in the FT of the v2 API
  to something that is easy to understand.

Co-Author: Ai Hamano <ai.hamano@ntt-at.co.jp>
Change-Id: I6230ab56dec3a5c96cd123c62168a6495d8f7092
2023-06-22 01:32:24 +00:00
..
__init__.py Placement enhancement enables to AZ reselection 2023-02-16 04:23:54 +00:00
test_az_retry.py Refactor duplicate methods in functional tests 2023-06-22 01:32:24 +00:00