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

cnf_manager: Refactor sample_setup #2050

Open kosstennbl opened 1 month ago

kosstennbl commented 1 month ago

Description

Change instalation time measurement method to reduce complexity Extract waiting for all resources and liveness_time calculation Extract elapsed time config map creation Add comments as markers for different stages of sample setup

Markers are to be removed once method is simplified enough.

Issues:

Refs: #2036

How has this been tested:

Successfully built

Types of changes:

Refactor

Checklist:

Documentation No documentation updates required.

kosstennbl commented 1 month ago

In my opinion - changes are simple enough to be coupled together like this. Further changes will come as this will be merged.