Release image version 1.12.2
[testsuite.git] / README.md
index 7c36fdc..ed3c4a3 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,6 +1,8 @@
 # Getting Started
 ## Prerequisites
-This guide assumes you have run git clone on https://gerrit.onap.org/r/p/testsuite.git
+This guide assumes you have run git clone on https://gerrit.onap.org/r/testsuite.git
+
+For more info please see the [Development Guide](https://wiki.onap.org/display/DW/Robot+Framework+Development+Guide)
 
 ## Development Environment Setup
 ### Python Installation
@@ -59,44 +61,9 @@ Windows and Mac hosts will download into the current working directory. Windows
 in the execution PATH.
 
 
-## Robot Project Structure
-### Overview
-ProjectName - robot
-
-```
-`-- robot
-    |-- assets - put anything you need as input like json files, cert keys, heat templates
-    |   |-- templates - put any json templates in here, you can include subfolders for each component
-    |-- library - put any python libraries need to run tests in here
-    |   |-- OpenECOMP - put any python code libraries we write in here
-    |-- resources - put any robot resource files aka libraries we write in here
-    |   |-- aai
-    |   `-- vid
-    `-- testsuites - put any robot test suites we write in here
-```    
-
-### Tag Strucutre
-Robot uses tags to seperate out test cases to run. below are the tags we use
-
-* garbage - use this for test cases that should be cleaned up before go live date
-* health - use this for test cases that perform a health check of the environment
-* smoke - use this for test cases that perform a basic check of a component
-* ete - use this for the test cases that are perofrming an end to end test
-
-## Branching Structure
-### Overview
-Repository Name: testsuite
-
-Branching strategy:
-```
-`-- testsuite
-    |-- master - the main branch and always the latest deployable code. Send a pull to here from feature and Dan or Jerry will approve.
-    |-- feature-[XXXXXX] - when you want to make changes you make them here, when you are satisfied send pull request to master
-```    
-
 ## Executing ETE Testcases
 ### Overview
-Two scripts have been provided in the root of the ete-testsuite project to enable test exectution
+Two scripts have been provided in the root of the ete-testsuite project to enable test execution
 
 * runTags.sh - This shell uses Robot [Tags] to drive which tests are executed and is designed for automated testing.
 * oneTest.sh - This shell is designed for unit testing of individual .robot files. It accepts a single argument identifying the .robot file in robot/testsuites to execute.
@@ -115,3 +82,5 @@ There are 3 flavors of runTags.sh
 runTags.sh -i health -i ete -e garbage
 ```
 
+## Contributing
+Follow [Robot Framework Development Guide](https://wiki.onap.org/display/DW/Robot+Framework+Development+Guide).