Skip to content

Commit

Permalink
Try fix tests
Browse files Browse the repository at this point in the history
Signed-off-by: Casper Andersson <[email protected]>
  • Loading branch information
cappe987 committed Oct 12, 2023
1 parent fd17146 commit f5a3a32
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions test/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ out=hexend_veth2
curr_test="none"
failed=0

setup() {
ip link add dev $in type veth peer name $out
ip link set dev $in up
ip link set dev $out up
}
#setup() {
ip link add dev $in type veth peer name $out
ip link set dev $in up
ip link set dev $out up
#}

teardown() {
#teardown() {
# Deleting one veth deletes both
ip link del dev $in
}
#ip link del dev $in
#}


show() {
Expand Down Expand Up @@ -159,6 +159,6 @@ else
exit 1
fi

teardown
#teardown

exit $failed

0 comments on commit f5a3a32

Please sign in to comment.