1f08c3bdfSopenharmony_ci#!/bin/sh
2f08c3bdfSopenharmony_ci# SPDX-License-Identifier: GPL-2.0-or-later
3f08c3bdfSopenharmony_ci# Copyright (c) 2018 Petr Vorel <pvorel@suse.cz>
4f08c3bdfSopenharmony_ci# Copyright (c) 2017 Oracle and/or its affiliates. All Rights Reserved.
5f08c3bdfSopenharmony_ci# Author: Alexey Kodanev <alexey.kodanev@oracle.com>
6f08c3bdfSopenharmony_ci#
7f08c3bdfSopenharmony_ci# Test-case: setup two MACsec drivers and run TCP traffic over them
8f08c3bdfSopenharmony_ci# with enabled frame encryption and replay protection, compare
9f08c3bdfSopenharmony_ci# performance with similar IPsec configuration on master interface.
10f08c3bdfSopenharmony_ci
11f08c3bdfSopenharmony_ciIPSEC_PROTO="esp_aead"
12f08c3bdfSopenharmony_ciEALGO="aes"
13f08c3bdfSopenharmony_ciMACSEC_LIB_SETUP="replay on window 300 encrypt on protect on"
14f08c3bdfSopenharmony_ci
15f08c3bdfSopenharmony_ci. macsec_lib.sh
16f08c3bdfSopenharmony_citst_run
17