]> git.droids-corp.org - dpdk.git/blobdiff - examples/ipsec-secgw/test/run_test.sh
app/testpmd: add --portlist option
[dpdk.git] / examples / ipsec-secgw / test / run_test.sh
index b8c9fcda5dc361e61861c9dc7fd40287df7e52c8..3e3930991a999cbf30fc1896985db5137b7db741 100755 (executable)
@@ -1,4 +1,5 @@
 #! /bin/bash
+# SPDX-License-Identifier: BSD-3-Clause
 
 # usage: /bin/bash run_test.sh [-46]
 # Run all defined linux_test[4,6].sh test-cases one by one
@@ -64,7 +65,8 @@ trs_3descbc_sha1_old \
 trs_3descbc_sha1_esn \
 trs_3descbc_sha1_esn_atom"
 
-PKT_TESTS="trs_ipv6opts"
+PKT_TESTS="trs_ipv6opts \
+tun_null_header_reconstruct"
 
 DIR=$(dirname $0)