Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for mySetup (0.07 sec)

  1. tests/integration/README.md

        framework.
            NewSuite("mysuite", m).
            // Deploy Istio on the cluster
            Setup(istio.Setup(nil, nil)).
            // Run your own custom setup
            Setup(mySetup).
            Run()
    }
    
    func mySetup(ctx resource.Context) error {
        // Your own setup code
        return nil
    }
    ```
    
    ### Sub-Tests
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 19:04:51 UTC 2024
    - 20.9K bytes
    - Viewed (0)
Back to top