]> git.proxmox.com Git - mirror_lxc.git/blobdiff - src/python-lxc/examples/api_test.py
replace all lxc.network* with lxc.net*
[mirror_lxc.git] / src / python-lxc / examples / api_test.py
index cd7ea7788526b66cc9777321c23f0041900d80f3..fac2bb06a0ce5603da9513b39b34cc9fa22f6822 100755 (executable)
@@ -90,7 +90,7 @@ assert(capdrop == container.get_config_item("lxc.cap.drop"))
 print("Testing the networking")
 
 # A few basic checks of the current state
-assert("name" in container.get_keys("lxc.network.0"))
+assert("name" in container.get_keys("lxc.net.0"))
 assert(len(container.network) == 1)
 
 ## Starting the container