From e2ce11c54f2f64df472c64bcf03c9f858e79b835 Mon Sep 17 00:00:00 2001 From: Luc Provoost Date: Mon, 16 Nov 2020 13:43:14 +0100 Subject: Support for xtesting Some files were added to for rapid testing in the xtesting framework Change-Id: Id912789c5007ca8390a67fb5b359296089aa9618 Signed-off-by: Luc Provoost --- .../helper-scripts/rapid/xtesting/testcases.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 VNFs/DPPD-PROX/helper-scripts/rapid/xtesting/testcases.yaml (limited to 'VNFs/DPPD-PROX/helper-scripts/rapid/xtesting/testcases.yaml') diff --git a/VNFs/DPPD-PROX/helper-scripts/rapid/xtesting/testcases.yaml b/VNFs/DPPD-PROX/helper-scripts/rapid/xtesting/testcases.yaml new file mode 100644 index 00000000..2db064f2 --- /dev/null +++ b/VNFs/DPPD-PROX/helper-scripts/rapid/xtesting/testcases.yaml @@ -0,0 +1,18 @@ +--- +tiers: + - + name: rapid + order: 1 + description: 'Rapid Testing' + testcases: + - + case_name: rapid_tst009 + project_name: rapidxt + criteria: 100 + blocking: true + clean_flag: false + description: 'TST009 test, 64 byte packets, 64 flows' + run: + name: rapidxt + args: + test_file: TST009_Throughput_64B_64F.test -- cgit 1.2.3-korg