blob: 379d085b052071b0f3b748d990e0ba106ef6855e [file] [log] [blame]
// SPDX-FileCopyrightText: 2020-present Open Networking Foundation <info@opennetworking.org>
//
// SPDX-License-Identifier: Apache-2.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()
}