Commit c9ee3965 by Christian Brauner Committed by GitHub

Merge pull request #1378 from Cypresslin/fix-api-test-s390x

python3-lxc: fix api_test.py on s390x
parents f290a806 e1701068
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment