Enable ADB Root from CATBox Test Plan

Since the order of target preparer defines the execution,
updated the order for correct execution -
1. Device Cleaner Cleans up the device after test.
- Added first because the tear down will run last after test execution.

2. Device Wiper wipes the device before test execution
- Added second so that the device is wiped clean before we do any other
  setup.

3. Then we do device setup. Since it restarts the device, we need to run
   ADB root after device setup.

4. We then run ADB root.

5. Then we do rest of the set up steps.

Test: Tested Locally
Bug: 221323866
Change-Id: I2bdc975b268a0b681daf09f5bfcb28d1d6869d95
2 files changed
tree: e06b63a4ecfc102fc8dd0dabfb90600707b80450
  1. report/
  2. target_preparers/
  3. tools/
  4. OWNERS