site_name: Deltacloud API title: Running the Whitebox Tests

<li>
  <p>Example of listing the available subtasks have available tests: </p>
  <pre>
  % cd <b>REPO</b>/deltacloud/server
  % rake -T test
  <i>output list or available tests</i>
  </pre>
</li>

<li>
  <p>Example rake task to run ec2 <b><u><i>frontend </i></u></b> tests: </p>
  <pre>
  % cd <b>REPO</b>/deltacloud/server
  % rake test:ec2             # Run tests for ec2
  </pre>
</li>

<li>
  <p>Example rake task to run the rhevm <b><u><i>driver </i></u></b>  tests: </p>
  <pre>
  % cd <b>REPO</b>/deltacloud/server
  % rake test:drivers:rhevm   # Run tests for rhevm
  </pre>
</li>