move compositions to _compositions (#132)
This commit is contained in:
parent
4caecf34ae
commit
5d40607cf9
@ -44,7 +44,7 @@ The source code for the various test cases can be found in the [`lotus-soup` dir
|
|||||||
|
|
||||||
If you are unfamiliar with Testground, we strongly suggest you read the Testground [Getting Started guide](https://docs.testground.ai/getting-started) in order to learn how to install Testground and how to use it.
|
If you are unfamiliar with Testground, we strongly suggest you read the Testground [Getting Started guide](https://docs.testground.ai/getting-started) in order to learn how to install Testground and how to use it.
|
||||||
|
|
||||||
You can find various [composition files](https://docs.testground.ai/running-test-plans#composition-runs) describing various test scenarios built as part of Project Oni at [`lotus-soup/compositions` directory](https://github.com/filecoin-project/oni/tree/master/lotus-soup/compositions).
|
You can find various [composition files](https://docs.testground.ai/running-test-plans#composition-runs) describing various test scenarios built as part of Project Oni at [`lotus-soup/_compositions` directory](https://github.com/filecoin-project/oni/tree/master/lotus-soup/_compositions).
|
||||||
|
|
||||||
We've designed the test cases so that you can run them via the `local:exec`, `local:docker` and the `cluster:k8s` runners. Note that Lotus miners are quite resource intensive, requiring gigabytes of memory. Hence you would have to run these test cases on a beafy machine (when using `local:docker` and `local:exec`), or on a Kubernetes cluster (when using `cluster:k8s`).
|
We've designed the test cases so that you can run them via the `local:exec`, `local:docker` and the `cluster:k8s` runners. Note that Lotus miners are quite resource intensive, requiring gigabytes of memory. Hence you would have to run these test cases on a beafy machine (when using `local:docker` and `local:exec`), or on a Kubernetes cluster (when using `cluster:k8s`).
|
||||||
|
|
||||||
@ -64,7 +64,7 @@ testground daemon
|
|||||||
3. Run a composition for the baseline deals end-to-end test case
|
3. Run a composition for the baseline deals end-to-end test case
|
||||||
|
|
||||||
```
|
```
|
||||||
testground run composition -f compositions/composition.toml
|
testground run composition -f _compositions/composition.toml
|
||||||
```
|
```
|
||||||
|
|
||||||
## Team composition
|
## Team composition
|
||||||
|
Loading…
Reference in New Issue
Block a user