ALWAYS_EXCEPT="$SANITY_LNET_EXCEPT "
# UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT!
-# skip test ARM testing until they are fixed
-if [[ $(uname -m) = aarch64 ]]; then
- # bug number for skipped test: LU-13704 LU-13701 LU-13701 LU-13701
- ALWAYS_EXCEPT+=" 204 205 206 207 "
-fi
-
[ "$SLOW" = "no" ] && EXCEPT_SLOW=""
LUSTRE=${LUSTRE:-$(cd $(dirname $0)/..; echo $PWD)}
optstr = opc == LNET_CTL_DROP_ADD ? "s:d:o:r:i:p:m:e:nx" : "s:d:o:r:l:p:m:";
memset(&attr, 0, sizeof(attr));
while (1) {
- char c = getopt_long(argc, argv, optstr, opts, NULL);
+ int c = getopt_long(argc, argv, optstr, opts, NULL);
if (c == -1)
break;
memset(&attr, 0, sizeof(attr));
while (1) {
- char c = getopt_long(argc, argv, "s:d:a", opts, NULL);
+ int c = getopt_long(argc, argv, "s:d:a", opts, NULL);
if (c == -1 || all)
break;