rancher / qa-tasks

List of QA Backlog
1 stars 1 forks source link

Add a main entrypoint #803

Open fmoral2 opened 1 year ago

fmoral2 commented 1 year ago

Related to epic #799

Today we dont have it , so we need to start our execution calling a specific test like:

go test -v -timeout=45m upgradeSUC

today we need to on the suites_test have all the flags and test configs initialized there , and this get messy when we have a lot of places doing that. (which is happening today )

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: 3