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

[TEST] Change 'kind' setup in github actions so the tests run on a cluster with 2 schedulable nodes #2026

Open martin-mat opened 1 month ago

martin-mat commented 1 month ago

As discussed in this PR https://github.com/cnti-testcatalog/testsuite/pull/2024

some tests are not tested properly in github actions, becuause the cluster is set up with only 1 schedulable node. Some tests require 2 schedulable nodes. Example: https://github.com/cnti-testcatalog/testsuite/actions/runs/9025631332/job/24802869636

Improve github actions and run the tests on a cluster with 2 schedulable nodes.

@agentpoyo @HashNuke @taylor @kosstennbl @horecoli @svteb