- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for TestDashboard (0.06 sec)
-
istioctl/pkg/dashboard/dashboard_test.go
package dashboard import ( "fmt" "regexp" "strings" "testing" "istio.io/istio/istioctl/pkg/cli" "istio.io/istio/istioctl/pkg/util/testutil" ) func TestDashboard(t *testing.T) { cases := []testutil.TestCase{ { // case 0 Args: strings.Split("--browser=false", " "), ExpectedRegexp: regexp.MustCompile("Access to Istio web UIs"), }, { // case 1
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Tue Nov 21 01:17:24 UTC 2023 - 4.3K bytes - Viewed (0)