Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestProcessLogsFormat (0.15 sec)

  1. tools/bug-report/pkg/processlog/processlog_test.go

    	"path/filepath"
    	"testing"
    	"time"
    
    	"github.com/google/go-cmp/cmp"
    
    	"istio.io/istio/pilot/test/util"
    	"istio.io/istio/pkg/test/env"
    	"istio.io/istio/tools/bug-report/pkg/config"
    )
    
    func TestProcessLogsFormat(t *testing.T) {
    	testDataDir := filepath.Join(env.IstioSrc, "tools/bug-report/pkg/testdata/")
    
    	tests := []struct {
    		name              string
    		inputLogFilePath  string
    		wantOutputLogPath string
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 19 21:44:33 UTC 2023
    - 2.7K bytes
    - Viewed (0)
Back to top