diff options
Diffstat (limited to 'xtesting/ansible')
-rw-r--r-- | xtesting/ansible/host_vars/127.0.0.1 | 3 |
1 files changed, 2 insertions, 1 deletions
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 |