Skip to content

Commit 31b7ead

Browse files
committed
Remove change detector logic in test.
- go/tott/706
1 parent e53fc87 commit 31b7ead

2 files changed

Lines changed: 0 additions & 26 deletions

File tree

e2etests/cvdr/cvdr_create_with_branch_test.sh

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff 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.
3623
adb shell uptime

e2etests/cvdr/cvdr_create_with_local_srcs_test.sh

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff 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.
4734
adb shell uptime

0 commit comments

Comments
 (0)