diff options
author | Rex Lee <limingjiang@huawei.com> | 2017-07-26 00:42:51 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-07-26 00:42:51 +0000 |
commit | e665345b9681ceca6b950ecbbd4e88dd1be5acda (patch) | |
tree | a5c7703eca36001e7001e4b9934cb0fdf4bc0f5f /tests/unit/benchmark/contexts/nodes_duplicate_sample_new.yaml | |
parent | d35ed0fb93098162af4e925d8499554510f73d10 (diff) | |
parent | 11a136fdbdc2a0440092a212ea21c58d50c39aad (diff) |
Merge changes from topic '35521'
* changes:
Setup OVS-DPDK Standalone Context
Adding new SRIOV Standalone Context
Diffstat (limited to 'tests/unit/benchmark/contexts/nodes_duplicate_sample_new.yaml')
-rw-r--r-- | tests/unit/benchmark/contexts/nodes_duplicate_sample_new.yaml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/tests/unit/benchmark/contexts/nodes_duplicate_sample_new.yaml b/tests/unit/benchmark/contexts/nodes_duplicate_sample_new.yaml new file mode 100644 index 000000000..306915ca1 --- /dev/null +++ b/tests/unit/benchmark/contexts/nodes_duplicate_sample_new.yaml @@ -0,0 +1,32 @@ +nodes: +- + name: sriov + role: Sriov1 + ip: 10.123.123.122 + user: root + auth_type: password + password: password + vf_macs: + - "00:00:00:00:00:00" + - "00:00:00:00:00:00" + phy_ports: # Physical ports to configure sriov + - "0000:06:00.0" + - "0000:06:00.1" + phy_driver: i40e # kernel driver + images: "/var/lib/libvirt/images/ubuntu1.img" +- + name: sriov + role: Sriov1 + ip: 10.123.123.111 + user: root + auth_type: password + password: password + vf_macs: + - "00:00:00:00:00:00" + - "00:00:00:00:00:00" + phy_ports: # Physical ports to configure sriov + - "0000:06:00.0" + - "0000:06:00.1" + phy_driver: i40e # kernel driver + images: "/var/lib/libvirt/images/ubuntu1.img" + |