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 default MACsec configuration, compare performance with similar 9f08c3bdfSopenharmony_ci# IPsec configuration on master interface. 10f08c3bdfSopenharmony_ci 11f08c3bdfSopenharmony_ciIPSEC_PROTO="ah" 12f08c3bdfSopenharmony_ci 13f08c3bdfSopenharmony_ci. macsec_lib.sh 14f08c3bdfSopenharmony_citst_run 15