Home | History | Annotate | Download | only in virt
      1 #!/bin/sh
      2 # SPDX-License-Identifier: GPL-2.0-or-later
      3 # Copyright (c) 2018 Petr Vorel <pvorel (at] suse.cz>
      4 # Copyright (c) 2017 Oracle and/or its affiliates. All Rights Reserved.
      5 # Author: Alexey Kodanev <alexey.kodanev (at] oracle.com>
      6 #
      7 # Test-case: setup two MACsec drivers and run TCP traffic over them
      8 # with default MACsec configuration, compare performance with similar
      9 # IPsec configuration on master interface.
     10 
     11 IPSEC_PROTO="ah"
     12 
     13 . macsec_lib.sh
     14 
     15 tst_run
     16