From 3bcb0c131c4acf52f2e978a61664c0fdca9c6bcf Mon Sep 17 00:00:00 2001 From: Gwenael Lambrouin Date: Tue, 1 Jun 2021 11:08:41 +0200 Subject: xtesting: change nfvbench config file path for test case 10kpps-pvp-run The test case 10kpps-pvp-run now looks for nfvbench config file at the same place as the behave tests: /etc/nfvbench/nfvbench.cfg Change-Id: I260dbf6ddefc6d683e79cc3afb03ead8fb408218 Signed-off-by: Gwenael Lambrouin --- xtesting/ansible/host_vars/127.0.0.1 | 3 ++- xtesting/testcases.yaml | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'xtesting') diff --git a/xtesting/ansible/host_vars/127.0.0.1 b/xtesting/ansible/host_vars/127.0.0.1 index 125032f..52d44a6 100644 --- a/xtesting/ansible/host_vars/127.0.0.1 +++ b/xtesting/ansible/host_vars/127.0.0.1 @@ -6,4 +6,5 @@ docker_args: volumes: - /lib/modules/$(uname -r):/lib/modules/$(uname -r) - /usr/src/kernels:/usr/src/kernels -v /dev:/dev - - /home/opnfv/nfvbench:/tmp/nfvbench \ No newline at end of file + - /home/opnfv/nfvbench/config:/etc/nfvbench + - /home/opnfv/nfvbench/results:/var/lib/xtesting/results diff --git a/xtesting/testcases.yaml b/xtesting/testcases.yaml index eea60b9..bb4a521 100644 --- a/xtesting/testcases.yaml +++ b/xtesting/testcases.yaml @@ -75,6 +75,6 @@ tiers: name: 'bashfeature' args: cmd: - - nfvbench -c /tmp/nfvbench/nfvbench.cfg --rate 10kpps + - nfvbench -c /etc/nfvbench/nfvbench.cfg --rate 10kpps console: - - true \ No newline at end of file + - true -- cgit 1.2.3-korg