diff options
author | Michal Jagiello <michal.jagiello@t-mobile.pl> | 2021-03-23 18:23:48 +0000 |
---|---|---|
committer | morganrol <morgan.richomme@orange.com> | 2021-04-02 08:48:50 +0200 |
commit | 0a315a1b542a96d62fea12f49b353bca54464ee7 (patch) | |
tree | 9ec0f7d973c87e2aa79ec8db339b5fec07f76ddf /setup.cfg | |
parent | 612848c7353ced7aa0f16ff90ad3afffa65e8aed (diff) |
Basic VM macro
Issue-ID: INT-1894
Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Change-Id: Idd977cf3082587746fe27718a284197fda4afe5c
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -45,6 +45,7 @@ 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 |