Fixed README again
Change-Id: I8e63155724e269af4582e8294b3ef65a8b6f0b53
diff --git a/README.md b/README.md
index 69703df..a67763f 100755
--- a/README.md
+++ b/README.md
@@ -10,13 +10,11 @@
At this moment the switches supported are Accton switches. For more information abot that check the wiki page at wiki.opencord.org
-This code base was forked from github.com/macauleycheng/oftest/ which was forked from github.com/floodlight/oftest.
-
-This documentationn aims to describe the specific test cases developed for OpenCord. To get started on the basics of OFTest please check their documentation.
+This code base was forked from [macauleycheng](github.com/macauleycheng/oftest) which was forked from [floodlight](github.com/floodlight/oftest). This documentationn aims to describe the specific test cases developed for OpenCord. To get started on the basics of OFTest please check their documentation.
---
-# How It is Organized
+## How it is organized
This codebase is organized by branches. Each OFDPA release correspond to a different branch. At this moment the following releases are available:
* i12_17 (master)
@@ -26,10 +24,9 @@
* EA3
The OFDPA release i12_17 is the current stable version utilized by the cord project and is the master branch.
-
The test case collection for OpenCord are under the folder ofdpa. They are listed under the section Test case collection.
-# Installing OFTest
+## Installing OFTest
You can check out OFTest with git with the following commands:
@@ -39,11 +36,7 @@
sudo apt-get install python-ecdsa git
git clone git://github.com/opencord/fabric-oftest
----
-
-In order to test version ga2.0 of the OFDPA software follow the following
-
-# Quick Start
+## Quick Start
Make sure your switch is running and trying to connect to a controller on the machine where you're running oft (normally port `6653`).
@@ -55,24 +48,22 @@
---
-# Testing a different release
+## Testing a different release
-To test the ga2.0 release do:
+Don't forget to make sure your switch is attempting to establish a OpenFlow connection to the OFTest server.
+To test the ga2.0 release do the following:
cd fabric-oftest
git checkout ga2.0
sudo ./oft -V1.3 --test-dir=ofdpa flows -i 12@eth1 -i 24@eth2
-Don't forget to make sure your switch is attempting to establish a OpenFlow connection to the OFTest server.
----
-
-## Test Results
+# Test Results
The following tests are implemented and these are their results.
Test Results | i12_1.7 | ga2.0 | EA3
------- | ------- | --- | ----- | ---
-/0Ucast | false | ? | ok
+/0Ucast | false | ok | ok
/24UnicastTagged | ok | ok | ok
/32UnicastTagged | ok | ok | ok
/24ECMPL3 | ok | ok | ok
@@ -83,10 +74,10 @@
/24VPN | ok | ok | ok
EcmpGroupMod | ? | ? | ok
PacketInArp | ok | ok | ok
-MTU1500 | ? | ? | ok
+MTU1500 | ok | ok | ok
MplsTermination | ok | ok | ok
MplsFwd | ? | ok | ok
-L2FloodQinQ | | | ok
+L2FloodQinQ | ok | ok | ok
L2UnicastTagged | ok | ok | ok
L3McastToL3 | ok | ? | ?
L3McastToL2 | ok | ? | ?