Versions Compared

Key

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

...

Code Block
pip install Marvin-0.1.0.tar.gz

Alternatively one can install/upgrade marvin using the sync mechanism.

(Sync latest APIs)

Sometimes you want to synchronize marvin with the new APIs that you have introduced locally or any alterations you may have made the API. In such cases you can sync marvin's libraries as follows. 

...

In a separate session you can use the following commands to bring up an advanced zone with two simulator hypervisors and run a deploy VM testrun tests that are 'tagged' to run on the simulator:

Code Block
mvn -Pdeveloper,marvin -Dmarvin.config=setup/dev/advanced.cfg -pl :cloud-marvin integration-test

...