hs-test: add support for running vpp in gdb
Type: test Signed-off-by: Filip Tehlar <ftehlar@cisco.com> Change-Id: I6e03b88ca013cafd73f424ea63f706f105bebe6b
This commit is contained in:

committed by
Florin Coras

parent
2da99e5072
commit
ec5c40b83a
@@ -20,6 +20,7 @@ const (
|
||||
var IsPersistent = flag.Bool("persist", false, "persists topology config")
|
||||
var IsVerbose = flag.Bool("verbose", false, "verbose test output")
|
||||
var IsUnconfiguring = flag.Bool("unconfigure", false, "remove topology")
|
||||
var IsVppDebug = flag.Bool("debug", false, "attach gdb to vpp")
|
||||
|
||||
type HstSuite struct {
|
||||
suite.Suite
|
||||
|
Reference in New Issue
Block a user