diff options
author | Ross Brattain <ross.b.brattain@intel.com> | 2018-01-16 23:14:09 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-01-16 23:14:09 +0000 |
commit | 24544b20f1d6cbf5ebcb61575504e5d6c8235c38 (patch) | |
tree | 4254e50c8f7d19d14ab996bcb030ed67bd401886 /docs/testing/developer | |
parent | 47a4687edb691928a82d501f1b06e35a2e924fa3 (diff) |
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "bugfix: Fix duplicate 'address' in standlone SRIOV"
- bugfix: Fix duplicate 'address' in standlone SRIOV
* Add unit test per Rodolfo's comment
Creating a VM using generted xml file /tmp/vm_sriov_0.xml returns
an XML error: missing source address type.
This fix modifies generted xml from:
<source>
<address>
<address bus="0x1a" domain="0x0000" function="0x0" slot="0x10" type="pci" />
</address>
</source>
to:
<source>
<address bus="0x1a" domain="0x0000" function="0x0" slot="0x10" type="pci" />
</source>
Change-Id: I694153e7468986bacb19ba3e09e761993aad7184
Signed-off-by: Dino Simeon Madarang <dinox.madarang@intel.com>
Reviewed-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Reviewed-by: Ross Brattain <ross.b.brattain@intel.com>
Reviewed-by: Alain Jebara <alain.jebara@intel.com>
Reviewed-by: Emma Foley <emma.l.foley@intel.com>
Diffstat (limited to 'docs/testing/developer')
0 files changed, 0 insertions, 0 deletions