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 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 and then delete macvlan
8f08c3bdfSopenharmony_ci# interface multiple times.
9f08c3bdfSopenharmony_ci
10f08c3bdfSopenharmony_civirt_type="macvlan"
11f08c3bdfSopenharmony_ciTST_TEST_DATA="mode private,mode vepa,mode bridge,mode passthru"
12f08c3bdfSopenharmony_ciTST_TEST_DATA_IFS=","
13f08c3bdfSopenharmony_ciTST_TESTFUNC=virt_test_02
14f08c3bdfSopenharmony_ci
15f08c3bdfSopenharmony_ci. virt_lib.sh
16f08c3bdfSopenharmony_citst_run
17