Skip to content

Commit

Permalink
Update ipvlan-macvlan-it.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdalert committed Mar 7, 2016
1 parent b3aadf2 commit ed9106f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ipvlan-macvlan-it.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ ETH=${ETH:-eth0}
RANDOM_LINK_NAME="foo"
PAUSE_SECONDS=1
# Expected Results:
EXPECTED_NETWORKS=53
EXPECTED_CONTAINERS=120
EXPECTED_NETWORKS=54
EXPECTED_CONTAINERS=123
EXPECTED_MANUAL_8021Q_LINK=2

command_exists() {
Expand All @@ -37,7 +37,7 @@ check_setup() {
exit 1
fi
echo 'WARN -----> Prior to the test, the script will now ensure there are no Docker networks named [ ipnet ] or [ macnet ]'
echo 'WARN -----> To abort deleting those Docker networks hit ctrl^c within the next 5 seconds..'
echo 'INFO -----> To abort deleting those Docker networks hit ctrl^c within the next 5 seconds..'
sleep ${PAUSE_SECONDS}
INIT_LINK_COUNT=$(ip link | grep @${ETH} | wc -l)
final_cleanup
Expand Down

0 comments on commit ed9106f

Please sign in to comment.