96f475c4c5ac7e3936724da241832927b56fbf05
[vpp.git] / extras / hs-test / suite_tap_test.go
1 package main
2
3 import (
4         "time"
5 )
6
7 type TapSuite struct {
8         HstSuite
9 }
10
11 func (s *TapSuite) SetupSuite() {
12         time.Sleep(1 * time.Second)
13
14         s.configureNetworkTopology("tap")
15 }