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

voice/list conformance test - error parsing response #47

Open
arun-madhavan-013 opened this issue Mar 29, 2024 · 1 comment
Open

voice/list conformance test - error parsing response #47

arun-madhavan-013 opened this issue Mar 29, 2024 · 1 comment

Comments

@arun-madhavan-013
Copy link
Contributor

Compliance Suite details

d35@d35:~/Desktop/dab-compliance-suite$ git remote -v
origin	https://github.com/device-automation-bus/dab-compliance-suite.git (fetch)
origin	https://github.com/device-automation-bus/dab-compliance-suite.git (push)
d35@d35:~/Desktop/dab-compliance-suite$ git log | head -n 1
commit 5adf476229dd06975b83ef9048247a6f44796938
d35@d35:~/Desktop/dab-compliance-suite$

Compliance Suite logs

testing voice/list   {} ... [ FAILED ]
AttributeError raised during result validation:
'dict' object has no attribute 'voiceSystems'

{
  "status": 200,
  "voiceSystems": [
    {
      "enabled": true,
      "name": "AmazonAlexa"
    }
  ]
}
@xumingxsh
Copy link

xumingxsh commented Aug 5, 2024

I also encountered this issue. EnforcementManager (). add_Supported-voice-assistant (response. voiceSystems) should be modified to EnforcementManager (). add_Supported-voice-assistant (str(response ['voiceSystems']))

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