Update Jenkinsfile README
Change-Id: I9cee7027959fae6982d5a8c234db97f145178a93
diff --git a/TestON/JenkinsFile/README.md b/TestON/JenkinsFile/README.md
index 712ae15..9e304a3 100644
--- a/TestON/JenkinsFile/README.md
+++ b/TestON/JenkinsFile/README.md
@@ -35,7 +35,9 @@
### Adding a Test
The list of tests is located in `dependencies/tests.json`. The file is constructed in the following format:
-- `<test name>` - Name of the TestON test.
+- `<test name>` - Name of the test in Jenkins.
+ - `test` - Name of the test in TestON. Key can be omitted if same as `test name`
+ - `arguments` - Any cli arguments to be passed to TestON
- `"wikiName"` - Name of the TestON test as it would appear on the ONOS wiki (this is usually identical to the `<test name>`).
- `"wikiFile"` - Filename of the text file that the ONOS wiki uses to display the test result summary.
- `"schedules"` - List of `dict` containing the following: