Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestParseConfigs (0.12 sec)

  1. pkg/test/framework/components/echo/config_test.go

    // limitations under the License.
    
    package echo
    
    import (
    	"testing"
    
    	"github.com/google/go-cmp/cmp"
    
    	"istio.io/istio/pkg/test/framework/components/namespace"
    )
    
    func TestParseConfigs(t *testing.T) {
    	cfgs, err := ParseConfigs([]byte(`
    - Service: "foo"
      Namespace: "bar"
      DeployAsVM: true
      VMDistro: "Centos8"
    `))
    	if err != nil {
    		t.Fatal(err)
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 03 21:37:39 UTC 2021
    - 1.1K bytes
    - Viewed (0)
Back to top