1#!/bin/sh 2# SPDX-License-Identifier: GPL-2.0-or-later 3# Copyright (c) 2019 Oracle and/or its affiliates. 4 5IPSEC_PROTO="esp_aead" 6EALGO="aes" 7MACSEC_LIB_SETUP="replay on window 1000 encrypt on protect on" 8 9TST_TESTFUNC=virt_netperf_rand_sizes 10 11. macsec_lib.sh 12tst_run 13