[XTESTING] Update guilin entry points 73/121573/1
authormrichomme <morgan.richomme@orange.com>
Thu, 27 May 2021 17:04:52 +0000 (19:04 +0200)
committermrichomme <morgan.richomme@orange.com>
Thu, 27 May 2021 17:04:52 +0000 (19:04 +0200)
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 <morgan.richomme@orange.com>
Change-Id: I4aa0746e9169dffd87d401241370e46d9a8d6e74

setup.cfg

index 1b4a751..a2a0d45 100644 (file)
--- 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