blob: 4c0e3a855de339d20e22f30798ebd6691c088684 [file] [log] [blame]
// SPDX-FileCopyrightText: 2020-present Open Networking Foundation <info@opennetworking.org>
//
// SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
package main
import (
"github.com/onosproject/helmit/pkg/registry"
"github.com/onosproject/helmit/pkg/test"
"github.com/opencord/roc-helm-charts/aether-roc-umbrella/tests"
_ "k8s.io/client-go/plugin/pkg/client/auth/gcp"
)
func main() {
registry.RegisterTestSuite("aether-roc-umbrella", &tests.AetherRocUmbrellaSuite{})
test.Main()
}