Home | History | Annotate | Download | only in dccp
      1 #!/bin/sh
      2 # SPDX-License-Identifier: GPL-2.0-or-later
      3 # Copyright (c) 2018 Petr Vorel <pvorel (at] suse.cz>
      4 # Copyright (c) 2017 Oracle and/or its affiliates. All Rights Reserved.
      5 # Author: Alexey Kodanev <alexey.kodanev (at] oracle.com>
      6 
      7 TST_NEEDS_TMPDIR=1
      8 TST_TESTFUNC=do_test
      9 TST_SETUP=tst_ipsec_setup
     10 TST_CLEANUP=tst_ipsec_cleanup
     11 . ipsec_lib.sh
     12 
     13 do_test()
     14 {
     15 	tst_netload -H $(tst_ipaddr rhost) -T dccp -n $2 -N $2 -r $IPSEC_REQUESTS
     16 }
     17 
     18 tst_run
     19