Merge "remove python preparer from test case creator"
diff --git a/usb/gadget/V1_0/host/VtsHalUsbGadgetV1_0HostTest.py b/usb/gadget/V1_0/host/VtsHalUsbGadgetV1_0HostTest.py
index 3e38829..22a955f 100644
--- a/usb/gadget/V1_0/host/VtsHalUsbGadgetV1_0HostTest.py
+++ b/usb/gadget/V1_0/host/VtsHalUsbGadgetV1_0HostTest.py
@@ -31,7 +31,7 @@
     def setUpClass(self):
         self.dut = self.android_devices[0]
         self.shell = self.dut.shell
-        self.adb = adb.AdbProxy()
+        self.adb = self.dut.adb
         try:
             self.adb.root()
             self.adb.wait_for_device()