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