package
0.0.0-20250224202920-7f0ea50bac50
Repository: https://github.com/rancher/tests.git
Documentation: pkg.go.dev
# README
Schemas
Pre-requisites
- Ensure you have an existing cluster that the user has access to. If you do not have a downstream cluster in Rancher, create one first before running this test.
Test Setup
Your GO suite should be set to -run ^TestSchemaChangesTestSuite$
.
In your config file, set the following:
rancher:
host: "rancher_server_address"
adminToken: "rancher_admin_token"
insecure: True #optional
cleanup: True #optional
clusterName: "downstream_cluster_name"