Use virtual machine for testing
This mode is used to test a distribution of OpenDuT.
-
Ensure a distribution of openDuT is present
- By either creating one yourself on your host:
cargo ci distribution - Or by downloading a release and copying to the target directory
target/ci/distribution/x86_64-unknown-linux-gnu/
- By either creating one yourself on your host:
-
Login to the virtual machine from your host (assumes you have already set up the virtual machine)
cargo theo vagrant ssh -
Start test environment in opendut-vm:
cargo theo testenv start -
Start a cluster in opendut-vm:
cargo theo testenv edgar startThis will start several EDGAR containers and create an OpenDuT cluster.