pvl/hosts/tests.py
changeset 509 ae53114766fc
parent 508 a47849709cbf
child 510 368a568412ed
--- a/pvl/hosts/tests.py	Thu Feb 26 17:39:51 2015 +0200
+++ b/pvl/hosts/tests.py	Thu Feb 26 17:40:12 2015 +0200
@@ -122,6 +122,9 @@
                 ('bar@includes.test', dict(
                     ip          = ipaddr.IPAddress('192.0.2.2'),
                 )),
+                ('quux@includes.test', dict(
+                    ip          = ipaddr.IPAddress('192.0.2.3'),
+                )),
         ])
 
     def testApply(self):