Skip to content

Commit 73ad8b8

Browse files
thaJeztahchris-crone
authored andcommitted
Update alpine version to 3.10, and rename BUSYBOX variable
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 23635d4 commit 73ad8b8

12 files changed

+189
-189
lines changed

tests/integration/api_build_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import pytest
1010
import six
1111

12-
from .base import BaseAPIIntegrationTest, BUSYBOX
12+
from .base import BaseAPIIntegrationTest, TEST_IMG
1313
from ..helpers import random_name, requires_api_version, requires_experimental
1414

1515

@@ -277,7 +277,7 @@ def test_build_with_network_mode(self):
277277
# Set up pingable endpoint on custom network
278278
network = self.client.create_network(random_name())['Id']
279279
self.tmp_networks.append(network)
280-
container = self.client.create_container(BUSYBOX, 'top')
280+
container = self.client.create_container(TEST_IMG, 'top')
281281
self.tmp_containers.append(container)
282282
self.client.start(container)
283283
self.client.connect_container_to_network(

0 commit comments

Comments
 (0)