Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for hamster (0.08 sec)

  1. tests/integration/README.md

    # Istio Integration Tests
    
    This folder contains Istio integration tests that use the test framework checked in at
    [istio.io/istio/pkg/test/framework](https://github.com/istio/istio/tree/master/pkg/test/framework).
    
    ## Table of Contents
    
    1. [Overview](#overview)
    1. [Writing Tests](#writing-tests)
        1. [Adding a Test Suite](#adding-a-test-suite)
        1. [Sub-Tests](#sub-tests)
        1. [Parallel Tests](#parallel-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)
  2. Makefile.core.mk

    $(error VERSION not detected. Make sure it's stored in the VERSION file or defined in VERSION variable)
    endif
    VERSION := $(VERSION_FROM_FILE)-dev
    endif
    
    export VERSION
    
    # Base version of Istio image to use
    BASE_VERSION ?= master-2024-06-02T19-03-25
    ISTIO_BASE_REGISTRY ?= gcr.io/istio-release
    
    export GO111MODULE ?= on
    export GOPROXY ?= https://proxy.golang.org
    export GOSUMDB ?= sum.golang.org
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Jun 02 19:53:04 UTC 2024
    - 23.2K bytes
    - Viewed (0)
Back to top