Skip to content
Snippets Groups Projects
Commit c3764dc8 authored by Elena Gryaznova's avatar Elena Gryaznova
Browse files

b=15874

i=Adilger

skip test_32a, test_32b for NETTYPE != tcp
parent a48a3e0b
No related branches found
No related tags found
No related merge requests found
......@@ -1148,6 +1148,7 @@ test_32a() {
# there appears to be a lot of assumption here about loopback
# devices
# or maybe this test is just totally useless on a client-only system
[ "$NETTYPE" = "tcp" ] || { skip "NETTYPE != tcp" && return 0; }
[ "$mds_HOST" = "`hostname`" ] || { skip "remote MDS" && return 0; }
[ "$ost_HOST" = "`hostname`" -o "$ost1_HOST" = "`hostname`" ] || \
{ skip "remote OST" && return 0; }
......@@ -1215,6 +1216,7 @@ test_32b() {
# there appears to be a lot of assumption here about loopback
# devices
# or maybe this test is just totally useless on a client-only system
[ "$NETTYPE" = "tcp" ] || { skip "NETTYPE != tcp" && return 0; }
[ "$mds_HOST" = "`hostname`" ] || { skip "remote MDS" && return 0; }
[ "$ost_HOST" = "`hostname`" -o "$ost1_HOST" = "`hostname`" ] || \
{ skip "remote OST" && return 0; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment