xref: /aosp_15_r20/external/ltp/testcases/network/virt/macsec03.sh (revision 49cdfc7efb34551c7342be41a7384b9c40d7cab7)
1*49cdfc7eSAndroid Build Coastguard Worker#!/bin/sh
2*49cdfc7eSAndroid Build Coastguard Worker# SPDX-License-Identifier: GPL-2.0-or-later
3*49cdfc7eSAndroid Build Coastguard Worker# Copyright (c) 2019 Oracle and/or its affiliates.
4*49cdfc7eSAndroid Build Coastguard Worker
5*49cdfc7eSAndroid Build Coastguard WorkerIPSEC_PROTO="esp_aead"
6*49cdfc7eSAndroid Build Coastguard WorkerEALGO="aes"
7*49cdfc7eSAndroid Build Coastguard WorkerMACSEC_LIB_SETUP="replay on window 1000 encrypt on protect on"
8*49cdfc7eSAndroid Build Coastguard Worker
9*49cdfc7eSAndroid Build Coastguard WorkerTST_TESTFUNC=virt_netperf_rand_sizes
10*49cdfc7eSAndroid Build Coastguard Worker
11*49cdfc7eSAndroid Build Coastguard Worker. macsec_lib.sh
12*49cdfc7eSAndroid Build Coastguard Workertst_run
13