aboutsummaryrefslogtreecommitdiffstats
path: root/docs/vpp-device.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/vpp-device.rst')
-rw-r--r--docs/vpp-device.rst10
1 files changed, 4 insertions, 6 deletions
diff --git a/docs/vpp-device.rst b/docs/vpp-device.rst
index 3dae59a8d1..4289887c6b 100644
--- a/docs/vpp-device.rst
+++ b/docs/vpp-device.rst
@@ -255,6 +255,10 @@ including those required by DUT/TG.
# 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.
--volume /dev/vfio:/dev/vfio
+ # Mount nested_vm image to be able to run VM tests.
+ --volume /var/lib/vm/vhost-nested.img:/var/lib/vm/vhost-nested.img
+ # Mount docker.sock to be able to use docker deamon of the host.
+ --volume /var/run/docker.sock:/var/run/docker.sock
# Image of csit-sut-dcr
snergster/csit-vpp-device-test:latest
@@ -506,12 +510,6 @@ Stability
.. note::
- Improve NIC selection pair-wise: As of now script is taking first two
- interfaces from discovered list regardless of sibling pairing. Implement
- more advance method of selection of interfaces based on VF 802.1Q siblings.
-
-.. note::
-
Implement queueing mechanism: Currently there is no mechanics that
would place starving jobs in queue in case of no resources available.