osmith has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40130?usp=email )
Change subject: README: use # and ## for headlines ......................................................................
README: use # and ## for headlines
Prepare README to be able to use deeper headline levels.
Change-Id: Ice2baaf3ffdd1c11238c7791ab39925bed10818d --- M README.md 1 file changed, 4 insertions(+), 9 deletions(-)
Approvals: laforge: Looks good to me, approved Jenkins Builder: Verified
diff --git a/README.md b/README.md index c84f31c..94bc73a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ -Osmocom TTCN-3 Test Suites -========================== +# Osmocom TTCN-3 Test Suites
This repository contains a collection of test suites developed within the [Osmocom](https://osmocom.org/) (Open Source Mobile Communications) @@ -12,8 +11,7 @@ network elements, from 2G, 3G, 4G to 5G. The individual test-suites are in sub-directories, while some shared library code is in *library*.
-Running Testsuites ------------------- +## Running Testsuites
Use the `testenv.py` script to run the testsuites, e.g.:
@@ -21,8 +19,7 @@ $ ./testenv.py run mgw ```
-Continuous Integration ----------------------- +## Continuous Integration
The individual tests suites are executed against different versions of the respective IUT (Implementation Under Test) by the Osmocom jenkins. @@ -30,9 +27,7 @@ See the [list of all TTCN-3 jenkins jobs](https://jenkins.osmocom.org/jenkins/view/TTCN3/) for more details
- -Further reading --------------- +## Further reading
Some more information about those test suites can be found at https://osmocom.org/projects/cellular-infrastructure/wiki/Titan_TTCN3_Testsuites.