Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/core.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorBryan P. Arant <bryanar@microsoft.com>2016-11-29 09:13:13 +0300
committerGitHub <noreply@github.com>2016-11-29 09:13:13 +0300
commit1f2bab73c10142fbdc4f851124f52b4eeb906d9e (patch)
tree952cdc68ef75235f28d244845de6f9726f3d09a8 /tools
parent0f3715400d2da185900490e7b00f0ca2f53076c3 (diff)
Update README.md
Diffstat (limited to 'tools')
-rw-r--r--tools/dotnet-bootstrap/base/lab/README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/dotnet-bootstrap/base/lab/README.md b/tools/dotnet-bootstrap/base/lab/README.md
index 6b27df4c..cee98d37 100644
--- a/tools/dotnet-bootstrap/base/lab/README.md
+++ b/tools/dotnet-bootstrap/base/lab/README.md
@@ -1,5 +1,13 @@
# LAB
+## Running The Test Case
+
+1. Bake the containers (build your environments) (`./containers.py bake`)
+2. Run the end-to-end testcase (run the e2e test case) (`./cases.py run`)
+
+-- Note that the testcase is a check for the existence of the csproj after it has run the bootstrap tool. If the bootstrap fails to create a dotnet that can successfully create a project, then that would be a failure. Note, however, that this is not a testcase to check if the dotnet tool is running successfully.
+
+
## Test Cases
Intended interface for access is the class `Cases` in `cases.py`.
@@ -18,3 +26,7 @@ Docker containers are used as the 'unit of environment.'
```
./containers.py list
```
+
+```
+./containers.py bake
+```