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 9. macsec_lib.sh 10 11TST_TESTFUNC=virt_netperf_rand_sizes 12 13tst_run 14