aboutsummaryrefslogtreecommitdiffstats
path: root/docs/report/vpp_device_tests/test_environment.rst
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2020-05-05 07:05:47 +0200
committerTibor Frank <tifrank@cisco.com>2020-05-05 07:20:46 +0200
commit9063ade3cc3652a320b8f81a6b5211fcc7ab087d (patch)
tree7e62d348812ffdd4d080c9dc85691e176ec425b7 /docs/report/vpp_device_tests/test_environment.rst
parent32c7c25c5bfa7577543129dec02e790a88b60a2b (diff)
PAL: Replace old PAL with the new one.
Signed-off-by: Tibor Frank <tifrank@cisco.com> Change-Id: I11bd4f2c55e1429690572b696eb0b1798dfa45bd
Diffstat (limited to 'docs/report/vpp_device_tests/test_environment.rst')
-rw-r--r--docs/report/vpp_device_tests/test_environment.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/report/vpp_device_tests/test_environment.rst b/docs/report/vpp_device_tests/test_environment.rst
index f56f1b913f..6521e85519 100644
--- a/docs/report/vpp_device_tests/test_environment.rst
+++ b/docs/report/vpp_device_tests/test_environment.rst
@@ -252,8 +252,8 @@ including those required by DUT/TG.
# Override access to PCI bus by attaching a filesystem mount to the
# container.
dcr_stc_params+="--mount type=tmpfs,destination=/sys/bus/pci/devices "
- # Mount vfio to be able to bind to see binded interfaces. We cannot use
- # --device=/dev/vfio as this does not see newly binded interfaces.
+ # Mount vfio to be able to bind to see bound interfaces. We cannot use
+ # --device=/dev/vfio as this does not see newly bound interfaces.
dcr_stc_params+="--volume /dev/vfio:/dev/vfio "
# Mount docker.sock to be able to use docker deamon of the host.
dcr_stc_params+="--volume /var/run/docker.sock:/var/run/docker.sock "