Fix the readme, remove unused sanity directory
Change-Id: I14a9dc9e7d0e1fadd8892257ecc628fa7b606051
diff --git a/README.md b/README.md
index 7690c3f..62d364b 100644
--- a/README.md
+++ b/README.md
@@ -11,6 +11,8 @@
* Scale Testing using BBSIM
* Failure scenario testing
+Learn more about VOLTHA System Test in [Test Automation Brigade](https://drive.google.com/drive/u/1/folders/1BzyBoEURG2pVfyYBXnWUI30uy0FfdBHA).
+
## Prerequisites
* Python [virtualenv](https://virtualenv.pypa.io/en/latest/)
@@ -29,7 +31,6 @@
```
├── tests
- └── sanity/ // basic tests that should always pass. Will be used as gating-patchsets
└── functional/ // feature/functionality tests that should be implemented as new features get developed
└── libraries // shared test keywords (functions) across various test suites
└── variables // shared variables across various test suites
@@ -59,7 +60,7 @@
## Running the sanity tests
Assuming that you have brought up VOLTHA as described above,
-to run the the sanity tests:
+to run the sanity tests:
```bash
git clone https://github.com/opencord/voltha-system-tests