...

Text file src/edge-infra.dev/pkg/f8n/ipranger/integration/BUILD.bazel

Documentation: edge-infra.dev/pkg/f8n/ipranger/integration

     1load("@io_bazel_rules_go//go:def.bzl", "go_test")
     2
     3go_test(
     4    name = "integration_test",
     5    srcs = ["integration_test.go"],
     6    data = glob(["*_test.go"]),
     7    tags = ["integration"],
     8    visibility = ["//visibility:public"],
     9    deps = [
    10        "//pkg/f8n/ipranger",
    11        "//pkg/f8n/ipranger/server",
    12        "//test/f2",
    13        "//test/f2/integration",
    14        "@tools_gotest_v3//assert",
    15    ],
    16)

View as plain text