xref: /aosp_15_r20/external/ltp/testcases/network/virt/ipvlan01.sh (revision 49cdfc7efb34551c7342be41a7384b9c40d7cab7)
1#!/bin/sh
2# SPDX-License-Identifier: GPL-2.0-or-later
3# Copyright (c) 2018 Petr Vorel <[email protected]>
4# Copyright (c) 2015 Oracle and/or its affiliates. All Rights Reserved.
5# Author: Alexey Kodanev <[email protected]>
6#
7# Local test, check if we can create and then delete ipvlan
8# interface multiple times.
9
10virt_type="ipvlan"
11TST_TEST_DATA="mode l2,mode l3,mode l3s"
12TST_TEST_DATA_IFS=","
13TST_TESTFUNC=virt_test_02
14
15. virt_lib.sh
16tst_run
17