Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
mvn -pl client jetty:run

(One time installation of Marvin is required:)

The integration test uses marvin and needs it to be installed in your system libraries where python can find them. The developer profile compilation above builds The developer profile compiles marvin for you and puts the tarball in tools/marvin/dist/Marvin-0.1.0.tar.gz.

To install marvin:

Code Block
pip install Marvin-0.1.0.tar.gz
cd tools/marvin/marvin
pip install .

...

Run the integration test

In a seperate session you can use the following commands to bring up an advanced zone with two simulator hypervisors and run a deploy VM test:

...