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 ed9106f commit 9f94cd0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ipvlan-macvlan-it.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ verify_results() {
ACTUAL_NETWORKS=$(docker network ls | grep "macvlan\|ipvlan" | wc -l)
ACTUAL_CONTAINERS=$(docker ps | grep "debian\|alpine" | wc -l)
ACTUAL_LINK_COUNT=$(ip link | grep @${ETH} | wc -l)
# TODO: Validate
# ((POST_LINK_COUNT =${INIT_LINK_COUNT} + 2)) # Subtract the two manual links for .1q tests
# MANUAL_8021Q_LINK=$(ip link | grep "${ETH}.28\|${ETH}.29" | wc -l)
echo "#########################################################################################"
Expand Down

0 comments on commit 9f94cd0

Please sign in to comment.