<?xml version="1.0" encoding="UTF-8"?>

<Deployment name="modem-testing" hibernate="true" >

  <!-- ==================================================== -->

  <!-- Each site takes about 4 min -->
  <Plan name="keep-busy" sites="5">

    <VehicleCheckup />

    <!-- Capture images, measure oxygen concentration, capture images -->
    <ChamberImages name="before" prefix="before" />

    <!-- 2 1-minute iterations  (2.5 min) -->
    <OptodeMeasure name="2x1 measure" iterations="2" duration=".1" interval="5" />

    <ChamberImages name="after" prefix="after" />

  </Plan>
  
  <!-- ==================================================== -->

</Deployment>
