Doc: Updated cord-tester-for-ciab-setup doc.
Change-Id: I0a851a40dc0a2cf66f6d5b4d4305665e072d75a0
diff --git a/docs/cord-tester-for-ciab-setup.md b/docs/cord-tester-for-ciab-setup.md
index cce5a84..3b7a17d 100644
--- a/docs/cord-tester-for-ciab-setup.md
+++ b/docs/cord-tester-for-ciab-setup.md
@@ -1,5 +1,5 @@
-# Testing CiaB(CORD-IN-A-BOX) Using CORD TESTER
-The CORD Automated Tester Suite is an extensible end-to-end system test suite now targeting CORD in a BOX also.
+# Testing CiaB(CORD-IN-A-BOX) Using CORD TESTER
+The CORD Automated Tester Suite is an extensible end-to-end system test suite now targeting CORD in a BOX also.
* [How to install](#how_to_install)
* [How to use](#how_to_use)
@@ -15,31 +15,29 @@
$ git clone https://github.com/opencord/cord-tester.git
$ cd cord-tester
$ cd src/test/setup/
-$ Run prerequisites.sh --cord
+$ Run prerequisites.sh --cord
(It gets you needed dependencies and tools to start)
* Build all required test container images
$ sudo ./cord-test.py build all
* If you want , you can also pull latest onos from docker hub for test setup.
$ sudo docker pull onosproject/onos:latest
* Else setup for test with onos instances (onos-cord and onos-fabric) running in CiaB.
-* For Onos cord (Access side onos)
+* For Onos cord (Access side onos)
$ sudo ./cord-test.py setup -m manifest-cord.json
* For Fabric onos
$ sudo ./cord-test.py setup -m manifest-fabric.json
* For running tests using specific test container.
-$ sudo ./cord-test.py run -t tls:tls_exchange.test_eap_tls -c cord-tester1
+$ sudo ./cord-test.py run -t tls:eap_auth_exchange.test_eap_tls -c cord-tester1
```
+## <a name="how_to_use">How to use
```
-## <a name="how_to_use">How to use
-```
-```
-* Running test case of indivisual modules
+* Running test case of indivdual modules, some examples
```
```
* TLS
```
```
-$ sudo ./cord-test.py run -t tls:tls_exchange.test_eap_tls
+$ sudo ./cord-test.py run -t tls:eap_auth_exchange.test_eap_tls
```
```
* IGMP
@@ -60,7 +58,7 @@
$ sudo ./cord-test.py run -t dhcp:dhcp_exchange.test_dhcp_1request
```
```
-* For help and usage use -h option in all levels of menu
+* For help and usage use -h option in all levels of menu
```
```
$ sudo ./cord-test.py -h