osmith has uploaded this change for review.

View Change

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(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/30/40130/1
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>.

To view, visit change 40130. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Ice2baaf3ffdd1c11238c7791ab39925bed10818d
Gerrit-Change-Number: 40130
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith@sysmocom.de>