• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#!/bin/sh
2# SPDX-License-Identifier: GPL-2.0-or-later
3# Copyright (c) 2018 Petr Vorel <pvorel@suse.cz>
4# Copyright (c) 2017 Oracle and/or its affiliates. All Rights Reserved.
5# Author: Alexey Kodanev <alexey.kodanev@oracle.com>
6
7TST_NEEDS_TMPDIR=1
8TST_TESTFUNC=do_test
9TST_SETUP=tst_ipsec_setup_vti
10TST_CLEANUP=tst_ipsec_cleanup
11. ipsec_lib.sh
12
13max_requests=10
14
15do_test()
16{
17	tst_netload -H $ip_rmt_tun -n $2 -N $2 -r $IPSEC_REQUESTS -R $max_requests
18}
19
20tst_run
21