From 26e17d67adaac7d1cdd2c19d1f6dc2f9e3cf7965 Mon Sep 17 00:00:00 2001 From: mrichomme Date: Thu, 27 May 2021 19:04:52 +0200 Subject: [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 --- setup.cfg | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- cgit 1.2.3-korg