You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: acceptance_test/README.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# bosh-windows-acceptance-tests
1
+
# Acceptance Tests
2
2
3
3
This repo houses tests used to verify Windows Stemcells function as expected.
4
4
@@ -49,12 +49,15 @@ The timeout for BOSH commands can be overridden with the BWATS_BOSH_TIMEOUT envi
49
49
50
50
51
51
# Internals of the release and what it does
52
-
This release has a few tests that verify if the features are installed on stemcell or not. There are few jobs on the BWATS release at [assets/bwats-release/jobs path](https://github.com/cloudfoundry/bosh-windows-acceptance-tests/tree/master/assets/bwats-release/jobs.
53
52
54
-
When ginkgo tests are run, these jobs are installed on the stemcells and the tests in each job are run against it. As part of running BWATs there are several deployments done, to avoid conficts on same stemcell.
53
+
This release has a few tests that verify if the features are installed on stemcell or not. There are few jobs on the
54
+
BWATS release at [jobs](assets/bwats-release/jobs).
55
55
56
-
The bulk of our assertions are run as part of the check-system job.
57
-
**This is where you will likely want to make changes**, e.g. to add test coverage around our expectations of happy-path stemcell behavior.
56
+
When ginkgo tests are run, these jobs are installed on the stemcells and the tests in each job are run against it. As
57
+
part of running BWATs there are several deployments done, to avoid conficts on same stemcell.
58
+
59
+
The bulk of our assertions are run as part of the check-system job. **This is where you will likely want to make changes
60
+
**, e.g. to add test coverage around our expectations of happy-path stemcell behavior.
0 commit comments