mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
* 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>
12 lines
176 B
Go
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")
|
|
}
|