Infeasible
Status Update
Comments
vi...@google.com <vi...@google.com> #2
Information redacted by Android Beta Feedback.
vi...@google.com <vi...@google.com> #3
Why hasn't this more stars? I have this in Beta right now and it's so annoying!
ja...@gmail.com <ja...@gmail.com> #4
Thank you for reporting this issue. We have shared this with our product and engineering team and will update this issue with more information as it becomes available.
vi...@google.com <vi...@google.com> #5
The issue is not reproducible on our internal development build (which is ahead of the public release). Please test it on the final public release and let us know if you are still having issues.
ja...@gmail.com <ja...@gmail.com> #7
I cannot reproduce anymore on S2B2.211203.006
vi...@google.com <vi...@google.com> #9
Currently the test requires USB. If you'd like to submit a fix for the test to AOSP, we can review it.
ja...@gmail.com <ja...@gmail.com> #10
ok, thanks for the information.
vi...@google.com <vi...@google.com> #11
We believe with reference to the above comment, your query has been answered, hence closing the bug. Please feel free to re-open the issue in the future if desired.
Description
Android version: 13
VTS tool version: 13_r1
Modules Failing :-
FastbootGetvarUserspaceTest
FastbootVerifyUserspaceTest
Issue description:
My device is Android 13 launch device(with AOSP r24 tag), based on x86_64 architecture. Above mentioned vts modules are failing on my device. My device doesn't have adb over usb support, so i am running vts through adb over ethernet. My device have recovery and fastbootd(fastbootd over tcp) support, so i am running the above mentioned 2 vts fastbootd related modules with adb over ethernet. When i am running these modules, device is entering into fastbootd mode and stuck in it. Modules are failing with Could not find device <IP ADDRESS> in fastbootd error.
Questions i have :-
1.Are these failures of FastbootGetvarUserspaceTest & FastbootVerifyUserspaceTest vts modules are expected, if Android device doesn't support adb over usb or fastbootd over usb?
2.Are these modules pass with fastbootd over tcp support is present?
Experiment i did:- From host machine i ran below commands,
adb connect <IP ADDRESS of device>
adb reboot fastboot [device went to fastbootd mode now]
./fastboot -s tcp:<IP ADDRESS of device> getvar all [got o/p]
With the fastboot executable/tool, i can able to communicate with the device which is in fastbootd mode over tcp, but VTS modules are failing.