X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=examples%2Fipsec-secgw%2Ftest%2Frun_test.sh;h=3a1a7d4b4c0757447b937b2c8dcb270b2d95d6bc;hb=fabeca044ffc0233d7f072233001c19b300a0f81;hp=6dc0ce54ea74889fc9c44f5e0890e9ee411b02b3;hpb=9297844520945661bdc6747959eed27edb858f53;p=dpdk.git diff --git a/examples/ipsec-secgw/test/run_test.sh b/examples/ipsec-secgw/test/run_test.sh index 6dc0ce54ea..3a1a7d4b4c 100644 --- a/examples/ipsec-secgw/test/run_test.sh +++ b/examples/ipsec-secgw/test/run_test.sh @@ -32,7 +32,23 @@ trs_aesgcm_esn_atom \ tun_aescbc_sha1_old \ tun_aesgcm_old \ trs_aescbc_sha1_old \ -trs_aesgcm_old" +trs_aesgcm_old \ +tun_aesctr_sha1 \ +tun_aesctr_sha1_old \ +tun_aesctr_sha1_esn \ +tun_aesctr_sha1_esn_atom \ +trs_aesctr_sha1 \ +trs_aesctr_sha1_old \ +trs_aesctr_sha1_esn \ +trs_aesctr_sha1_esn_atom \ +tun_3descbc_sha1 \ +tun_3descbc_sha1_old \ +tun_3descbc_sha1_esn \ +tun_3descbc_sha1_esn_atom \ +trs_3descbc_sha1 \ +trs_3descbc_sha1_old \ +trs_3descbc_sha1_esn \ +trs_3descbc_sha1_esn_atom" DIR=`dirname $0` @@ -50,7 +66,7 @@ while [[ ${st} -eq 0 ]]; do fi done -if [[ ${run4} -eq 0 && {run6} -eq 0 ]]; then +if [[ ${run4} -eq 0 && ${run6} -eq 0 ]]; then exit 127 fi