From e170106812aaf26c00c08acfd4ff7ea88d5b750c Mon Sep 17 00:00:00 2001 From: Po-Hsu Lin Date: Wed, 4 Jan 2017 19:23:04 +0800 Subject: [PATCH] python3-lxc: fix api_test.py on s390x The api_test.py script uses Trusty release by default, which does not have s390x image. Switch to Xenial to solve this. Signed-off-by: Po-Hsu Lin --- src/python-lxc/examples/api_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python-lxc/examples/api_test.py b/src/python-lxc/examples/api_test.py index b8b5ee66c..cd7ea7788 100755 --- a/src/python-lxc/examples/api_test.py +++ b/src/python-lxc/examples/api_test.py @@ -66,7 +66,7 @@ except: print("Creating rootfs using 'download', arch=%s" % arch) container.create("download", 0, {"dist": "ubuntu", - "release": "trusty", + "release": "xenial", "arch": arch}) assert(container.defined) -- 2.47.2