diff options
author | Peter Mikus <pmikus@cisco.com> | 2019-02-08 13:58:27 +0000 |
---|---|---|
committer | Jan Gelety <jgelety@cisco.com> | 2019-02-08 15:06:30 +0000 |
commit | 57d85348f358c249b18be717c08be014f96bd8e9 (patch) | |
tree | 8690d11cdc49a6b5954f104bea0c73669f37deee /resources/libraries/robot | |
parent | c567d1e831a32f8059f66986aa9b589202277713 (diff) |
FIX: AVF API
Change-Id: If755c06935a525c7a312e63f32f6035f08fdb893
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Diffstat (limited to 'resources/libraries/robot')
-rw-r--r-- | resources/libraries/robot/performance/performance_configuration.robot | 4 | ||||
-rw-r--r-- | resources/libraries/robot/shared/container.robot | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/resources/libraries/robot/performance/performance_configuration.robot b/resources/libraries/robot/performance/performance_configuration.robot index be30d3706c..73041081ae 100644 --- a/resources/libraries/robot/performance/performance_configuration.robot +++ b/resources/libraries/robot/performance/performance_configuration.robot @@ -129,9 +129,9 @@ | | | ${if2_pci}= | Get Interface PCI Addr | ${nodes['${dut}']} | | | ... | ${${dut}_if2_vf0} | | | ${dut_eth_vf_if1}= | VPP Create AVF Interface | ${nodes['${dut}']} -| | | ... | ${if1_pci} +| | | ... | ${if1_pci} | ${rxq_count_int} | | | ${dut_eth_vf_if2}= | VPP Create AVF Interface | ${nodes['${dut}']} -| | | ... | ${if2_pci} +| | | ... | ${if2_pci} | ${rxq_count_int} | | | Set Test Variable | ${${dut}_if1} | ${dut_eth_vf_if1} | | | Set Test Variable | ${${dut}_if2} | ${dut_eth_vf_if2} | | Set interfaces in path up diff --git a/resources/libraries/robot/shared/container.robot b/resources/libraries/robot/shared/container.robot index d1ec6d2a03..15fdfaaf4b 100644 --- a/resources/libraries/robot/shared/container.robot +++ b/resources/libraries/robot/shared/container.robot @@ -54,6 +54,7 @@ | | | ... | ${root}/usr/bin/vppctl:/usr/bin/vppctl | | | ... | ${root}/usr/lib/x86_64-linux-gnu/:/usr/lib/x86_64-linux-gnu/ | | | ... | ${root}/usr/share/vpp/:/usr/share/vpp/ +| | | ... | ${root}/usr/lib/vpp_plugins/:/usr/lib/vpp_plugins/ | | | ${nf_cpus}= | Set Variable | ${None} | | | ${nf_cpus}= | Run Keyword Unless | ${nested} | | | ... | Create network function CPU list | ${dut} |