File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,8 @@ make clean > /dev/null && make all > /dev/null && make install
23
23
24
24
## Testing
25
25
26
+ ### Local Mongo Orchestration (and Travis CI)
27
+
26
28
The test suite depends on [ Mongo Orchestration] ( https://github.com/10gen/mongo-orchestration ) .
27
29
Mongo Orchestration is an HTTP server that provides a REST API for maintaining
28
30
MongoDB configurations. These configurations are located in `` scripts/presets ``
@@ -58,7 +60,7 @@ export MONGODB_URI=`cat /tmp/uri.txt`
58
60
59
61
With this set-up, the tests can be run with ` make test ` .
60
62
61
- ### Legacy VM set-up
63
+ ### VM-based Mongo Orchestration (legacy set-up)
62
64
63
65
Alternative to the Travis CI set-up, our test suite also includes scripts to configure test environments
64
66
with [ Vagrant] ( https://www.vagrantup.com/ ) and
You can’t perform that action at this time.
0 commit comments