diff options
Diffstat (limited to 'VNFs/DPPD-PROX/helper-scripts/rapid/xtesting')
-rw-r--r-- | VNFs/DPPD-PROX/helper-scripts/rapid/xtesting/testcases.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/VNFs/DPPD-PROX/helper-scripts/rapid/xtesting/testcases.yaml b/VNFs/DPPD-PROX/helper-scripts/rapid/xtesting/testcases.yaml index 38ba1314..f753e8e8 100644 --- a/VNFs/DPPD-PROX/helper-scripts/rapid/xtesting/testcases.yaml +++ b/VNFs/DPPD-PROX/helper-scripts/rapid/xtesting/testcases.yaml @@ -16,7 +16,7 @@ tiers: run: name: rapidxt args: - test_file: irq.test + test_file: tests/irq.test runtime: 5 - name: TST009_rapid_benchmarking @@ -34,7 +34,7 @@ tiers: run: name: rapidxt args: - test_file: TST009_Throughput_64B_64F.test + test_file: tests/TST009_Throughput_64B_64F.test runtime: 5 - case_name: rapid_tst009_acaeab_16384f @@ -47,5 +47,5 @@ tiers: run: name: rapidxt args: - test_file: TST009_Throughput_acaeab_16384F.test + test_file: tests/TST009_Throughput_acaeab_16384F.test runtime: 5 |