Fixed remote_test.py to use the machine from options.remote in testing
 the board discovery code.

PRESUBMIT=passed
R=raymes,bjanakiraman
DELTA=1  (0 added, 0 deleted, 1 changed)
OCL=49072-p2
RCL=49133-p2
RDATE=2011/02/28 11:17:27


P4 change: 42617015
diff --git a/v14/remote_test.py b/v14/remote_test.py
index f0a1c22..35e6c86 100755
--- a/v14/remote_test.py
+++ b/v14/remote_test.py
@@ -83,7 +83,7 @@
                src_machine=options.remote,
                src_cros=True,
                chromeos_root=options.chromeos_root)
-  board = ce.CrosLearnBoard(options.chromeos_root, "172.18.117.239")
+  board = ce.CrosLearnBoard(options.chromeos_root, options.remote)
   print board
   return 0