Skip to content

Commit

Permalink
Update mpls_in_udp_test.go to github paths
Browse files Browse the repository at this point in the history
  • Loading branch information
vishnureddybadveli authored Dec 19, 2024
1 parent 1146e53 commit cc6bafb
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions feature/gribi/otg_tests/mpls_in_udp/mpls_in_udp_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,23 +22,23 @@ import (
"testing"
"time"

"google3/third_party/golang/gopacket/gopacket"
"google3/third_party/golang/gopacket/layers/layers"
"google3/third_party/golang/gopacket/pcap/pcap"
"google3/third_party/golang/ygot/ygot/ygot"
"google3/third_party/open_traffic_generator/gosnappi/gosnappi"
"google3/third_party/openconfig/featureprofiles/internal/attrs/attrs"
"google3/third_party/openconfig/featureprofiles/internal/deviations/deviations"
"google3/third_party/openconfig/featureprofiles/internal/fptest/fptest"
"google3/third_party/openconfig/featureprofiles/internal/gribi/gribi"
"google3/third_party/openconfig/featureprofiles/internal/helpers/helpers"
"google3/third_party/openconfig/featureprofiles/internal/otgutils/otgutils"
"github.com/google/gopacket"
"github.com/google/gopacket/layers"
"github.com/google/gopacket/pcap"
"github.com/openconfig/ygot/ygot"
"github.com/open-traffic-generator/snappi/gosnappi"
"github.com/openconfig/featureprofiles/internal/attrs"
"github.com/openconfig/featureprofiles/internal/deviations"
"github.com/openconfig/featureprofiles/internal/fptest"
"github.com/openconfig/featureprofiles/internal/gribi"
"github.com/openconfig/featureprofiles/internal/helpers"
"github.com/openconfig/featureprofiles/internal/otgutils"
// "google3/third_party/openconfig/gribigo/client/client"
// "google3/third_party/openconfig/gribigo/fluent/fluent"
"google3/third_party/openconfig/ondatra/gnmi/gnmi"
"google3/third_party/openconfig/ondatra/gnmi/oc/oc"
"google3/third_party/openconfig/ondatra/ondatra"
"google3/third_party/openconfig/ondatra/otg/otg"
"github.com/openconfig/ondatra/gnmi"
"github.com/openconfig/ondatra/gnmi/oc"
"github.com/openconfig/ondatra"
"github.com/openconfig/ondatra/otg"
)

const (
Expand Down

0 comments on commit cc6bafb

Please sign in to comment.