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

[Documentation] Update commands for all cnf-examples #1951

Closed haskojur closed 2 months ago

haskojur commented 2 months ago

Description

Currently there is difference in commands between installation, usage guides and example-cnf guides. Installation and usage guides have following format: ./cnf-testsuite setup And cnf-examples have this format: crystal src/cnf-testsuite.cr setup

This steps are not consistent and can cause a confusion.

Suggestion

We should update the documentation of all example-cnfs, so all commands will have the same format: crystal src/cnf-testsuite.cr setup

Benefits

Commands in example-cnfs and installation/usage guides have same format, remove inconsistency.

HashNuke commented 2 months ago

Thank you for the PR. Merged it.