Update HA test READMEs

Change-Id: I092e5b867b77a392d6a34a4ac464826e1e75faaa
diff --git a/TestON/tests/HAclusterRestart/README b/TestON/tests/HAclusterRestart/README
index 033598c..7d2caae 100644
--- a/TestON/tests/HAclusterRestart/README
+++ b/TestON/tests/HAclusterRestart/README
@@ -1 +1,18 @@
-Summary: Fill me in please!
+This test is designed to verify that an ONOS cluster behaves correctly when all
+ONOS nodes die. We will kill the entire ONOS cluster and verify correct
+behavior as the cluster restarts.
+
+The gerneral structure for the test:
+- Startup
+- Assign switches
+- Verify ONOS state and functionality
+    - Device mastership
+    - Intents
+    - Leadership election
+    - Distributed Primitives
+- Kill ONOS nodes
+- Restart ONOS nodes
+- Verify ONOS state and functionality
+- Dataplane failures
+    - link down and up
+    - switch down and up
diff --git a/TestON/tests/HAsanity/README b/TestON/tests/HAsanity/README
new file mode 100644
index 0000000..406ee04
--- /dev/null
+++ b/TestON/tests/HAsanity/README
@@ -0,0 +1,18 @@
+This test is designed to verify that an ONOS cluster behaves correctly using
+all the same verifications as the other HA tests. There is no control plane
+failures in this test. This is so that it is easier to find the cause of bugs
+discovered through the HA suite.
+
+The gerneral structure for the test:
+- Startup
+- Assign switches
+- Verify ONOS state and functionality
+    - Device mastership
+    - Intents
+    - Leadership election
+    - Distributed Primitives
+- Wait 60 seconds
+- Verify ONOS state and functionality
+- Dataplane failures
+    - link down and up
+    - switch down and up
diff --git a/TestON/tests/HAsingleInstanceRestart/README b/TestON/tests/HAsingleInstanceRestart/README
index 033598c..47d3ab2 100644
--- a/TestON/tests/HAsingleInstanceRestart/README
+++ b/TestON/tests/HAsingleInstanceRestart/README
@@ -1 +1,18 @@
-Summary: Fill me in please!
+This test is designed to verify that a single node ONOS cluster behaves
+correctly when all ONOS nodes die. We will kill the ONOS node and verify
+correct behavior as the node restarts.
+
+The gerneral structure for the test:
+- Startup
+- Assign switches
+- Verify ONOS state and functionality
+    - Device mastership
+    - Intents
+    - Leadership election
+    - Distributed Primitives
+- Kill ONOS node
+- Restart ONOS node
+- Verify ONOS state and functionality
+- Dataplane failures
+    - link down and up
+    - switch down and up