numam-spdk/test/vhost/integrity/base_vnet.xml
Karol Latecki 0488fd84b8 vhost_test: update vhost ext4test for spdk vhost
- Renamed to integrity filesystem test
- Add detecting if qemu is installed
- Default vhost.conf using NVMe; ramdisk may be too small
  for copying & building both dpdk and spdk
- Use kernel source (present on VM) for running test compilation
- rename to integrity test

Change-Id: Id369a5aac3008700cffbc51a5197b72f10645a1b
Signed-off-by: Karol Latecki <karolx.latecki@intel.com>
2017-03-24 14:23:12 -07:00

9 lines
231 B
XML

<network>
<name></name>
<bridge name="int_test_br" />
<forward />
<ip address="192.200.200.1" netmask="255.255.255.0">
<dhcp><range end="192.200.200.254" start="192.200.200.2" /></dhcp>
</ip>
</network>