• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#!/bin/sh
2# SPDX-License-Identifier: GPL-2.0-or-later
3# Copyright (c) 2018 Petr Vorel <pvorel@suse.cz>
4# Copyright (c) 2015 Oracle and/or its affiliates. All Rights Reserved.
5# Author: Alexey Kodanev <alexey.kodanev@oracle.com>
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"
12TST_TEST_DATA_IFS=","
13TST_TESTFUNC=virt_test_02
14. virt_lib.sh
15
16tst_run
17