Files
odo/tests/integration/servicecatalog/servicecatalog_suite_test.go
Tomas Kral ba7161940c introduce ODO_DISABLE_TELEMETRY and skip telemetry question when there is no tty (#4580)
* introduce ODO_DISABLE_TELEMETRY env variable

* skip telemetry question if there is no terminal

* make sure that e2e and integrations test use ODO_DISABLE_TELEMETRY

* Update USAGE_DATA.adoc

Co-authored-by: Dharmit Shah <shahdharmit@gmail.com>

* add info about ODO_DISABLE_TELEMETRY overriding preference

* get env variable only once

Co-authored-by: Dharmit Shah <shahdharmit@gmail.com>
2021-04-06 14:13:48 +02:00

12 lines
176 B
Go

package integration
import (
"testing"
"github.com/openshift/odo/tests/helper"
)
func TestServicecatalog(t *testing.T) {
helper.RunTestSpecs(t, "Servicecatalog Suite")
}