Files
odo/tests/integration/cmd_cmp_sub_test.go
Parthvi Vala 7232538f87 List components from other sources (#4742)
* List components from other sources

* Rename OdoManagedBy and OdoVersion to ManagedBy and ManagerVersion

* Add tests

* Add deployment and deploymentconfig manifests

* Move tests

* Test case

* Add cleaner tests

* Add comments

* Cleanup and fix tests

* Add comment

* Fix CI failures

* Change error check

* Add unit tests for ConvertLabelToSelector

* Fix unit test CI failure
2021-06-14 21:54:13 -04:00

14 lines
210 B
Go

// +build !race
package integration
import (
. "github.com/onsi/ginkgo"
)
func componentTestsSub() {
//componentTests("component")
}
var _ = Describe("odo sub component command tests", componentTestsSub)