cnti-testcatalog / testsuite

📞📱☎️📡🌐 Cloud Native Telecom Initiative (CNTI) Test Catalog is a tool to check for and provide feedback on the use of K8s + cloud native best practices in networking applications and platforms
https://wiki.lfnetworking.org/display/LN/Test+Catalog
Apache License 2.0
169 stars 70 forks source link

[BUG] Remove the redundancy of the "increase_decrease_capacity" tasks #2076

Open collivier opened 2 weeks ago

collivier commented 2 weeks ago

Describe the bug

increase_decrease_capacity" is both in runtime.cr and compatibility.cr https://github.com/cnti-testcatalog/testsuite/blob/main/src/tasks/workload/compatibility.cr https://github.com/cnti-testcatalog/testsuite/blob/main/src/tasks/workload/runtime.cr

to remove tasks/workload/runtime.cr ?

collivier commented 2 weeks ago

Credits to

martin-mat commented 2 weeks ago

A test can be in multiple groups, principally it's not a wrong thing. Maybe it's good time to think why we need "runtime" group though.