rancher / qa-tasks

List of QA Backlog
1 stars 1 forks source link

Script to run commands #802

Open fmoral2 opened 1 year ago

fmoral2 commented 1 year ago

Related to epic #799

go test -timeout=45m -v -tags=versionbump ./entrypoint/versionbump/... \ -cmdNode "/var/lib/rancher/k3s/data/*/bin/flannel" -expectedValueNode "v0.22.0" \ -expectedValueUpgradedNode "v0.22.0" \ -cmdHost "kubectl get nodes" -expectedValueHost "Ready" \ -expectedValueUpgradedHost "Ready" \ -installVersionOrCommit INSTALL_K3S_COMMIT=474498c527afd5e2e3e8e690a73d71d350a57138 \ -testCase "" \ -deployWorkload false

make test-version-local-path VALUENODE="v1.25.2+k3s1" VALUENODEUPGRADED="v1.26.4+k3s1" VALUEHOST="v0.0.21" VALUEHOSTUPGRADED="v0.0.24" INSTALLTYPE=INSTALL_K3S_VERSION=1.26.4+k3s1

fmoral2 commented 1 year ago

Complexity label:

1 generally easier      - should take no more than 1 work day
2 middle                - term should take no more than 3 work days
3 complex               - should take ~ 5 work days
4 jedi                  - should take ~ 10 work days

Label : 2