Skip to content

Commit f221da5

Browse files
kishanpsSRAVANI KANASANI
authored andcommitted
Separate the platform json file on control switch from SUT.
Signed-off-by: SRAVANI KANASANI <[email protected]>
1 parent 7ce5efc commit f221da5

File tree

5 files changed

+218
-179
lines changed

5 files changed

+218
-179
lines changed

tests/integration/system/nsf/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ cc_library(
107107
"//gutil/gutil:status_matchers",
108108
"//lib/gnmi:gnmi_helper",
109109
"//lib/validator:validator_lib",
110+
"//sai_p4/instantiations/google:instantiations",
110111
"//tests/integration/system/nsf/interfaces:component_validator",
111112
"//tests/integration/system/nsf/interfaces:flow_programmer",
112113
"//tests/integration/system/nsf/interfaces:image_config_params",

tests/integration/system/nsf/upgrade_test.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
#include "lib/validator/validator_lib.h"
4040
#include "p4/config/v1/p4info.pb.h"
4141
#include "p4/v1/p4runtime.pb.h"
42+
#include "sai_p4/instantiations/google/instantiations.h"
4243
#include "tests/integration/system/nsf/compare_p4flows.h"
4344
#include "tests/integration/system/nsf/interfaces/component_validator.h"
4445
#include "tests/integration/system/nsf/interfaces/flow_programmer.h"

tests/qos/BUILD.bazel

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,9 @@ cc_library(
4040
"//gutil/gutil:status_matchers",
4141
"//gutil/gutil:testing",
4242
"//gutil/gutil:version",
43-
"//lib:otg_helper",
43+
"//lib:ixia_helper",
4444
"//lib/gnmi:gnmi_helper",
4545
"//lib/gnmi:openconfig_cc_proto",
46-
"//lib/utils:generic_testbed_utils",
4746
"//p4_pdpi:ir",
4847
"//p4_pdpi:ir_cc_proto",
4948
"//p4_pdpi:p4_runtime_session",
@@ -72,8 +71,6 @@ cc_library(
7271
"//thinkit/proto:generic_testbed_cc_proto",
7372
"@com_github_gnmi//proto/gnmi:gnmi_cc_grpc_proto",
7473
"@com_github_gnmi//proto/gnmi:gnmi_cc_proto",
75-
"@com_github_grpc_grpc//:grpc++_unsecure",
76-
"@com_github_otg_models//:otg_grpc_proto",
7774
"@com_github_p4lang_p4runtime//:p4info_cc_proto",
7875
"@com_github_p4lang_p4runtime//:p4runtime_cc_proto",
7976
"@com_google_absl//absl/base:core_headers",
@@ -89,6 +86,7 @@ cc_library(
8986
"@com_google_absl//absl/synchronization",
9087
"@com_google_absl//absl/time",
9188
"@com_google_absl//absl/types:optional",
89+
"@com_google_absl//absl/types:variant",
9290
"@com_google_googletest//:gtest",
9391
"@com_google_protobuf//:protobuf",
9492
],

0 commit comments

Comments
 (0)