summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-11-03 17:15:46 +0100
committerGitHub <noreply@github.com>2021-11-03 17:15:46 +0100
commit4105b025d60dd6d067fa293de11c45dcfd7ea30e (patch)
tree8e5f61e3adc5cb03d57a71a1998999d9d7587bb4 /test
parenta245da1e52b63c451f4683f7a9b225aa49521939 (diff)
parent001d48929dcbe4f3a8eeb3db2a7bfdce5a90f81a (diff)
downloadpodman-4105b025d60dd6d067fa293de11c45dcfd7ea30e.tar.gz
podman-4105b025d60dd6d067fa293de11c45dcfd7ea30e.tar.bz2
podman-4105b025d60dd6d067fa293de11c45dcfd7ea30e.zip
Merge pull request #12166 from Luap99/mac
MAC address json unmarshal should allow strings
Diffstat (limited to 'test')
-rw-r--r--test/upgrade/test-upgrade.bats1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/upgrade/test-upgrade.bats b/test/upgrade/test-upgrade.bats
index 5cb302a85..e9910f3d2 100644
--- a/test/upgrade/test-upgrade.bats
+++ b/test/upgrade/test-upgrade.bats
@@ -99,6 +99,7 @@ podman \$opts run -d --name myrunningcontainer --label mylabel=$LABEL_RUNNING \
-p $HOST_PORT:80 \
-v $pmroot/var/www:/var/www \
-w /var/www \
+ --mac-address aa:bb:cc:dd:ee:ff \
$IMAGE /bin/busybox-extras httpd -f -p 80
podman \$opts pod create --name mypod