File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,19 +18,6 @@ cvdr create \
1818 --branch=aosp-android-latest-release \
1919 --build_target=aosp_cf_x86_64_only_phone-userdebug
2020
21- # Check the output of cvdr list
22- # TODO(b/448209030): cvdr list should print proper ADB connection status.
23- ACTUAL_OUTPUT=$( cvdr list --host ${HOSTNAME} )
24- EXPECTED_OUTPUT=" Host: ${HOSTNAME}
25- WebUI: $SERVICE_URL /v1/zones/local/hosts/${HOSTNAME} /
26- Group: cvd
27- Instance: 1
28- Status: Running
29- ADB: not connected
30- Displays: [720 x 1280 ( 320 )]
31- Logs: $SERVICE_URL /v1/zones/local/hosts/${HOSTNAME} /cvds/cvd/1/logs/"
32- diff <( echo ${EXPECTED_OUTPUT} ) <( echo ${ACTUAL_OUTPUT} )
33-
3421# Check ADB connection
3522# TODO(b/448209030): Retrieve serial of the device from the output of cvdr list.
3623adb shell uptime
Original file line number Diff line number Diff line change @@ -29,19 +29,6 @@ cvdr create \
2929 --local_cvd_host_pkg_src=${CVD_HOST_PKG} \
3030 --local_images_zip_src=${IMAGE_ZIP}
3131
32- # Check the output of cvdr list
33- # TODO(b/448209030): cvdr list should print proper ADB connection status.
34- ACTUAL_OUTPUT=$( cvdr list --host ${HOSTNAME} )
35- EXPECTED_OUTPUT=" Host: ${HOSTNAME}
36- WebUI: $SERVICE_URL /v1/zones/local/hosts/${HOSTNAME} /
37- Group: cvd_1
38- Instance: 1
39- Status: Running
40- ADB: not connected
41- Displays: [720 x 1280 ( 320 )]
42- Logs: $SERVICE_URL /v1/zones/local/hosts/${HOSTNAME} /cvds/cvd_1/1/logs/"
43- diff <( echo ${EXPECTED_OUTPUT} ) <( echo ${ACTUAL_OUTPUT} )
44-
4532# Check ADB connection
4633# TODO(b/448209030): Retrieve serial of the device from the output of cvdr list.
4734adb shell uptime
You can’t perform that action at this time.
0 commit comments