Closed fmoral2 closed 3 months ago
this needs to go after https://github.com/rancher/distros-test-framework/pull/116
thats why its failing CI
Needs rebasing and linter error fixes
ah the CI check failed it. I think maybe the best thing to do here is actually move the createcluster logic to a
BeforeSuite
, and remove this destroycluster block altogether. That way, it will run the AfterSuite of destroy if the create cluster fails
ah the CI check failed it. I think maybe the best thing to do here is actually move the createcluster logic to a
BeforeSuite
, and remove this destroycluster block altogether. That way, it will run the AfterSuite of destroy if the create cluster fails
- this was failing due to a circular dependency, i have fixed using logger directly instead calling it from shared
I think we should standardize using logger instead of shared lib to make it simple and reduce errors
@mdrahman-suse sorry i had push a change not supposed to be pushed, i was only testing a cmd for k3s etcd
Proposed Changes
destroy
is trueTypes of Changes
Testing
Checklist:
If your PR changes anything on or related to Jenkins, run it pointing to your branch to make sure it's okay.
Verify code lint; we should not have errors.
Update the documentation if needed.
Update makefile and docker run if adding new tests.
Run your tests at least 4 times with all configurations needed and possible.
If needed test with different os types.
Linked Issues
Further Comments