From f475955790f6c5b6c9889419d1685ebef4764a18 Mon Sep 17 00:00:00 2001 From: taiki kimura Date: Tue, 27 Jun 2023 11:35:57 +0900 Subject: [PATCH] Update git submodules * Update tacker from branch 'master' to 7eaf841525d7ead30d7883abbde6c4fb86ae2e4f - 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 Change-Id: I6230ab56dec3a5c96cd123c62168a6495d8f7092 --- tacker | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tacker b/tacker index 0becf595f4..7eaf841525 160000 --- a/tacker +++ b/tacker @@ -1 +1 @@ -Subproject commit 0becf595f42c35bc32d498ba40a4e7bc4b136343 +Subproject commit 7eaf841525d7ead30d7883abbde6c4fb86ae2e4f