]> git.proxmox.com Git - pve-container.git/commitdiff
tests: add missing loopback interfaces
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 7 Oct 2016 06:45:02 +0000 (08:45 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 7 Oct 2016 07:20:55 +0000 (09:20 +0200)
My last patch contained a test case built before I had
Thomas' loopback patch merged in.

src/test/test-debian-006/etc/network/interfaces.exp

index c16c07b602a9d6dc69c6f7bb420487fc65df1e0e..f5b19b7bc2090c63590c60a71b6b294d65eae2dc 100644 (file)
@@ -1,3 +1,7 @@
+auto lo
+iface lo inet loopback
+iface lo inet6 loopback
+
 # Scenario:
 #  An address was previously configured but then removed.
 
 # Scenario:
 #  An address was previously configured but then removed.