21%macro mp_abort(iftrue=,mac=mp_abort.sas, type=, msg=);
22 %
if not(%eval(%unquote(&iftrue))) %then %
return;
23 %put %substr(&msg,1,16);
25 iftrue=(
"%substr(&msg,1,16)"=
"Unable to access"),
26 desc=Check that abort happens when consul token is unavailable
29 %webout(OBJ, TEST_RESULTS)
37%mv_registerclient( outds=testds)
41 desc=Check that abort happens when consul token is unavailable