hs-test: point gdb to vpp source files
Type: test Change-Id: Ie5867737e5d49fd45cc15b690af3493263fb2f6f Signed-off-by: Filip Tehlar <ftehlar@cisco.com>
This commit is contained in:

committed by
Florin Coras

parent
3b770881b9
commit
109f3ce4eb
@@ -25,6 +25,7 @@ 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")
|
||||
var nConfiguredCpus = flag.Int("cpus", 1, "number of CPUs assigned to vpp")
|
||||
var vppSourceFileDir = flag.String("vppsrc", "", "vpp source file directory")
|
||||
|
||||
type HstSuite struct {
|
||||
suite.Suite
|
||||
|
Reference in New Issue
Block a user