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) 2015-2019 Oracle and/or its affiliates. 5f08c3bdfSopenharmony_ci# Author: Alexey Kodanev <alexey.kodanev@oracle.com> 6f08c3bdfSopenharmony_ci# 7f08c3bdfSopenharmony_ci# It requires remote host. Test will setup IPv4 and IPv6 virtual 8f08c3bdfSopenharmony_ci# tunnel between two hosts, then will compare TCP performance 9f08c3bdfSopenharmony_ci# with and without GRE using ping or netstress test. 10f08c3bdfSopenharmony_ci 11f08c3bdfSopenharmony_ciTST_NEEDS_TMPDIR=1 12f08c3bdfSopenharmony_ciTST_TESTFUNC=virt_netperf_msg_sizes 13f08c3bdfSopenharmony_ciTST_SETUP=virt_gre_setup 14f08c3bdfSopenharmony_ciTST_CLEANUP=virt_cleanup 15f08c3bdfSopenharmony_ci 16f08c3bdfSopenharmony_ci. virt_lib.sh 17f08c3bdfSopenharmony_citst_run 18