Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test suite file not found in Test/<xxx>.xml #224

Open
wencyxie opened this issue Nov 20, 2024 · 1 comment
Open

Test suite file not found in Test/<xxx>.xml #224

wencyxie opened this issue Nov 20, 2024 · 1 comment

Comments

@wencyxie
Copy link

Hi
I wrote a simple xml to read information from a device and it worked very well on my phone. I could get the information I want.

But, when I try to use another phone, still the same xml and the same device, it always stucks and nRF Logger reports "Test suite file not found in Test/.xml".

I used "adb shell" to check the xml path, and I can find the xml file in the right path: /sdcard/Android/data/no.nordicsemi.android.mcp/files/Test/

I am very confused now. Every step is the same. Why it worked on some phones and couldn't work on another?
So I hope you could help me learn about:

  1. What situation will report this log?
  2. What can I do to make it work?
@philips77
Copy link
Member

By the file name, or a lack of it, I suspect it's something with env variables? The file name should not be empty, so it's being replaced with "" somewhere on the way. Do you see this file as .xml, or somename.xml?

Check your script and try to print the name sent, or enable echo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants