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) 2014-2015 Oracle and/or its affiliates. All Rights Reserved. 5f08c3bdfSopenharmony_ci# Author: Alexey Kodanev <alexey.kodanev@oracle.com> 6f08c3bdfSopenharmony_ci# 7f08c3bdfSopenharmony_ci# Local test, check if we can create multiple VXLAN interfaces. 8f08c3bdfSopenharmony_ci 9f08c3bdfSopenharmony_ciTST_OPTS="hi:d:" 10f08c3bdfSopenharmony_ciTST_PARSE_ARGS=virt_lib_parse_args 11f08c3bdfSopenharmony_ciTST_USAGE=virt_lib_usage 12f08c3bdfSopenharmony_ciTST_TEST_DATA="l2miss l3miss,norsc nolearning noproxy,\ 13f08c3bdfSopenharmony_cittl 0x01 tos 0x01,ttl 0xff tos 0xff,gbp" 14f08c3bdfSopenharmony_ciTST_TEST_DATA_IFS="," 15f08c3bdfSopenharmony_ciTST_TESTFUNC=virt_test_01 16f08c3bdfSopenharmony_ci 17f08c3bdfSopenharmony_civirt_type="vxlan" 18f08c3bdfSopenharmony_cistart_id=16700000 19f08c3bdfSopenharmony_ci 20f08c3bdfSopenharmony_ci. virt_lib.sh 21f08c3bdfSopenharmony_citst_run 22