Versions Compared

Key

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

...

A typical deployment would have the Provisioner VM also act as a Jenkins slave for builds and launching test suite

Understanding Process Flow

There are two steps in the QA process :

  1. Set up Cloud
  2. Launch and report test results

Typically, the setting up of the Cloud is a separate Jenkins job, upon successful run of which we launch a test suite in a different job. Note that, the code contains basic elements for you to set-up a single Jenkins job for

both the steps, though it may be very slow (Since BVTs are run sequentially in this case to avoid Marvin issues)
Image Added

Setting up from scratch

Follow the instructions here to set-up the infrastructure from scratch.

...