From 43cff53a4970d161e547c73a97bfbd33a1149d49 Mon Sep 17 00:00:00 2001 From: "Sridhar K. N. Rao" Date: Mon, 19 Jul 2021 17:56:44 +0530 Subject: Changes from ViNePerf This patch adds changes to support using rapid to run tests only. 1. Fix format.yaml path. Add format.yaml as datafile in setup.cfg 2. Do not call generate lua if starting prox is not required. 3. Move logs to results directory - if present 4. Machines should not be used in del, if not created. Fix syntax error. Signed-off-by: Sridhar K. N. Rao Change-Id: I580716573d0be2a8da02035f4d180e81b63b3fc8 --- VNFs/DPPD-PROX/helper-scripts/rapid/setup.cfg | 3 +++ 1 file changed, 3 insertions(+) (limited to 'VNFs/DPPD-PROX/helper-scripts/rapid/setup.cfg') diff --git a/VNFs/DPPD-PROX/helper-scripts/rapid/setup.cfg b/VNFs/DPPD-PROX/helper-scripts/rapid/setup.cfg index 2f9542e1..bac49bd5 100644 --- a/VNFs/DPPD-PROX/helper-scripts/rapid/setup.cfg +++ b/VNFs/DPPD-PROX/helper-scripts/rapid/setup.cfg @@ -6,6 +6,9 @@ version = 1 packages = . package_dir = . +[options.data_files] +. = format.yaml + [entry_points] xtesting.testcase = rapidxt = rapidxt:RapidXt -- cgit 1.2.3-korg