Skip to content

Commit

Permalink
Configure TestAllResourcesFromSnapshot to run V2 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jmurret committed Nov 8, 2023
1 parent a7774a9 commit 2fafdda
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions agent/xds/resources_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@ package xds

import (
"fmt"
"github.com/hashicorp/consul/agent/xds/proxystateconverter"
"github.com/hashicorp/consul/agent/xdsv2"
"google.golang.org/protobuf/proto"
"path/filepath"
"sort"
"testing"
"time"

"github.com/hashicorp/consul/agent/xds/proxystateconverter"
"github.com/hashicorp/consul/agent/xdsv2"
"google.golang.org/protobuf/proto"

envoy_cluster_v3 "github.com/envoyproxy/go-control-plane/envoy/config/cluster/v3"
envoy_endpoint_v3 "github.com/envoyproxy/go-control-plane/envoy/config/endpoint/v3"
envoy_listener_v3 "github.com/envoyproxy/go-control-plane/envoy/config/listener/v3"
Expand Down

0 comments on commit 2fafdda

Please sign in to comment.