From c5f7f5e4d905171c1f0663bcb64ee050985a2d0b Mon Sep 17 00:00:00 2001 From: morganrol Date: Wed, 31 Mar 2021 19:07:11 +0200 Subject: [CLAMP] Integrate basic_clamp Some regressions occured and old files were used This patch update the different components with the right versions It also renames the vnf-service in basic_clamp-services.yaml It creates the entry point and the scenario to integrate the test in xtesting Issue-ID: INT-1819 Signed-off-by: morganrol Change-Id: I7a9e49d8ddc2c5bd0625a4a5ed940c10aed74f81 --- setup.cfg | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index bd131a5..907dfe2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -51,3 +51,4 @@ xtesting.testcase = clearwater_ims = onaptests.scenario.clearwater_ims:ClearwaterIms basic_onboard = onaptests.scenario.basic_onboard:BasicOnboard pnf_macro = onaptests.scenario.pnf_macro:PnfMacro + basic_clamp = onaptests.scenario.basic_clamp:BasicClamp -- cgit 1.2.3-korg