diff options
author | Stefan Kobza <skobza@cisco.com> | 2016-02-11 19:09:06 +0100 |
---|---|---|
committer | Stefan Kobza <skobza@cisco.com> | 2016-02-11 19:09:06 +0100 |
commit | b92a827b1c7f48da4214e992e5503ebe1c182416 (patch) | |
tree | cf272e0cd0354d0f13bbcb65c170545e9492c60c /docs | |
parent | 33499c81c94c2d3baef9d3e9f061cd76ef86fa74 (diff) |
Update of latest tests.
Change-Id: Ifb04651ff4a3c1ba9aaa725eb9a309278ebc1140
Signed-off-by: Stefan Kobza <skobza@cisco.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/tg_interface_driver | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/tg_interface_driver b/docs/tg_interface_driver new file mode 100644 index 0000000000..a45999a819 --- /dev/null +++ b/docs/tg_interface_driver @@ -0,0 +1,14 @@ +If using traffic scripts in test add "| Suite Setup | Setup all TGs before +traffic script" to test suite robot file, this bind TG interfaces to the kernel +driver specified in topology. Also add kernel driver name for TG interfaces to +topology YAML file. You can find driver name with following command where you +specify interface PCI address: +# lspci -vmmks 0000:00:07.0 +Slot: 00:07.0 +Class: Ethernet controller +Vendor: Red Hat, Inc +Device: Virtio network device +SVendor: Red Hat, Inc +SDevice: Device 0001 +PhySlot: 7 +Driver: virtio-pci |