diff --git a/internal/otg_helpers/otg_flow_helpers/otgflowhelpers.go b/internal/otg_helpers/otg_config_helpers/otgflowhelpers.go similarity index 97% rename from internal/otg_helpers/otg_flow_helpers/otgflowhelpers.go rename to internal/otg_helpers/otg_config_helpers/otgflowhelpers.go index 81b3024fa01..fe619f5f735 100644 --- a/internal/otg_helpers/otg_flow_helpers/otgflowhelpers.go +++ b/internal/otg_helpers/otg_config_helpers/otgflowhelpers.go @@ -1,5 +1,5 @@ -// Package otgflowhelpers provides helper functions to create different flows on traffic generator. -package otgflowhelpers +// Package otgconfighelpers provides helper functions to create different flows on traffic generator. +package otgconfighelpers import ( "github.com/open-traffic-generator/snappi/gosnappi"