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

[Improvement] Optimize runtime of single_process_type test #2084

Open martin-mat opened 6 days ago

martin-mat commented 6 days ago

single_process_type takes much time. Example in GH actions: https://github.com/cnti-testcatalog/testsuite/actions/runs/9616958098/job/26625214259

It seems that the test executes kubectl numerous times (unnecessarily?)