1 // Copyright (C) The Arvados Authors. All rights reserved.
3 // SPDX-License-Identifier: Apache-2.0
12 // IntegrationTestCluster returns the cluster that has been set up by
13 // the integration test framework (see /build/run-tests.sh). It panics
15 func IntegrationTestCluster() *Cluster {
16 config, err := GetConfig(filepath.Join(os.Getenv("WORKSPACE"), "tmp", "arvados.yml"))
20 cluster, err := config.GetCluster("")