diff options
Diffstat (limited to 'docs/user')
-rw-r--r-- | docs/user/xtesting.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/user/xtesting.rst b/docs/user/xtesting.rst index 0adfdda..96d1d19 100644 --- a/docs/user/xtesting.rst +++ b/docs/user/xtesting.rst @@ -179,9 +179,9 @@ To replace existing testcases.yaml file, using Xtesting CI add the volume mappin - /usr/src/kernels:/usr/src/kernels -v /dev:/dev - /home/opnfv/nfvbench/config:/etc/nfvbench - /home/opnfv/nfvbench/results:/var/lib/xtesting/results - - /home/opnfv/nfvbench/xtesting/testcases.yaml:/usr/local/lib/python3.6/dist-packages/xtesting/ci/testcases.yaml + - /home/opnfv/nfvbench/xtesting/testcases.yaml:/usr/local/lib/python3.8/dist-packages/xtesting/ci/testcases.yaml -* ``/home/opnfv/nfvbench/xtesting/testcases.yaml:/usr/local/lib/python3.6/dist-packages/xtesting/ci/testcases.yaml`` : volume mapping to pass testcases.yaml file between the host and the docker space. Host path required testcases.yaml file inside. +* ``/home/opnfv/nfvbench/xtesting/testcases.yaml:/usr/local/lib/python3.8/dist-packages/xtesting/ci/testcases.yaml`` : volume mapping to pass testcases.yaml file between the host and the docker space. Host path required testcases.yaml file inside. To replace existing testcases.yaml file, using NFVbench container: |