mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
tests: Adding tests cases to cover rebased settings for LXC 3.0.
This commit includes new test cases to cover LXC version 3.0 and higher. This LXC version rebased some settings entries and deprecated other ones. As we support both, we should include tests to minimize problems with integration between them. Signed-off-by: Julio Faracco <jcfaracco@gmail.com> Reviewed-by: John Ferlan <jferlan@redhat.com>
This commit is contained in:
committed by
John Ferlan
parent
31b3584b2d
commit
83405f92a9
12
tests/lxcconf2xmldata/lxcconf2xml-vlannetwork-v3.config
Normal file
12
tests/lxcconf2xmldata/lxcconf2xml-vlannetwork-v3.config
Normal file
@@ -0,0 +1,12 @@
|
||||
# Template used to create this container: opensuse
|
||||
# Template script checksum (SHA-1): 27307e0a95bd81b2c0bd82d6f87fdbe83be075ef
|
||||
|
||||
lxc.network.type = vlan
|
||||
lxc.network.flags = up
|
||||
lxc.network.link = eth0
|
||||
lxc.network.hwaddr = 02:00:15:8f:05:c1
|
||||
lxc.network.vlan.id = 2
|
||||
|
||||
lxc.rootfs.path = /var/lib/lxc/migrate_test/rootfs
|
||||
lxc.uts.name = migrate_test
|
||||
lxc.autodev=1
|
||||
Reference in New Issue
Block a user