From: mrichomme Date: Thu, 27 May 2021 17:04:52 +0000 (+0200) Subject: [XTESTING] Update guilin entry points X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F73%2F121573%2F1;p=testsuite%2Fpythonsdk-tests.git [XTESTING] Update guilin entry points we should have cherry picked..but we did not do it only few patches have been backported however the entry points shall follow... Issue-ID: INT-1884 Signed-off-by: mrichomme Change-Id: I4aa0746e9169dffd87d401241370e46d9a8d6e74 --- diff --git a/setup.cfg b/setup.cfg index 1b4a751..a2a0d45 100644 --- a/setup.cfg +++ b/setup.cfg @@ -45,8 +45,11 @@ testpaths = tests [entry_points] xtesting.testcase = basic_vm = onaptests.scenario.basic_vm:BasicVm + basic_vm_macro = onaptests.scenario.basic_vm_macro:BasicVmMacro basic_network = onaptests.scenario.basic_network:BasicNetwork basic_cnf = onaptests.scenario.basic_cnf:BasicCnf basic_cds = onaptests.scenario.cds_blueprint_enrichment:CDSBlueprintEnrichment clearwater_ims = onaptests.scenario.clearwater_ims:ClearwaterIms - basic_onboard = onaptests.scenario.basic_onboard:BasicOnboard \ No newline at end of file + basic_onboard = onaptests.scenario.basic_onboard:BasicOnboard + pnf_macro = onaptests.scenario.pnf_macro:PnfMacro + basic_clamp = onaptests.scenario.basic_clamp:BasicClamp