X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=extras%2Fhs-test%2Fhst_suite.go;h=4e4b7d20b616409dc486b951a2d0c2ae6f87db0d;hb=ec5c40b83acae400a8cc1a18ad897b6365774559;hp=8e52cc4e851f353efca2dcf2502b888fcd66cc4a;hpb=2da99e50722f258618fa5fe53f93e603c97d4fe3;p=vpp.git diff --git a/extras/hs-test/hst_suite.go b/extras/hs-test/hst_suite.go index 8e52cc4e851..4e4b7d20b61 100644 --- a/extras/hs-test/hst_suite.go +++ b/extras/hs-test/hst_suite.go @@ -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