Kaydet (Commit) 51d2125c authored tarafından Joffrey F's avatar Joffrey F

Pull correct version of busybox in integration tests

Signed-off-by: 's avatarJoffrey F <joffrey@docker.com>
üst 80baee55
...@@ -79,7 +79,7 @@ def setup_module(): ...@@ -79,7 +79,7 @@ def setup_module():
c.inspect_image(BUSYBOX) c.inspect_image(BUSYBOX)
except NotFound: except NotFound:
os.write(2, "\npulling busybox\n".encode('utf-8')) os.write(2, "\npulling busybox\n".encode('utf-8'))
for data in c.pull('busybox', stream=True): for data in c.pull(BUSYBOX, stream=True):
data = json.loads(data.decode('utf-8')) data = json.loads(data.decode('utf-8'))
os.write(2, ("%c[2K\r" % 27).encode('utf-8')) os.write(2, ("%c[2K\r" % 27).encode('utf-8'))
status = data.get("status") status = data.get("status")
......
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