bugfix: Fix duplicate 'address' in standlone SRIOV 11/49711/3
authorDino Madarang <dinox.madarang@intel.com>
Wed, 27 Dec 2017 23:52:12 +0000 (15:52 -0800)
committerDino Madarang <dinox.madarang@intel.com>
Tue, 16 Jan 2018 16:51:35 +0000 (09:51 -0700)
commit32e9ee7b2a8f095319a806780a93beef0c6cc382
tree736d307d565a8693aa8cdcf09adb803598da98ca
parentd579e62b431a31856a03098dc5323948ccfa4fdb
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>
tests/unit/benchmark/contexts/standalone/test_model.py
yardstick/benchmark/contexts/standalone/model.py