Closed denisyuji closed 10 months ago
Another issue is the error seems unreliable when running same tests back to back.
d35@d35-VirtualBox:~/Desktop/dab-compliance-suite$ dabSingleTest SystemSettingsSetOutputresolution
testing system/settings/set {"outputResolution": {"width": 3840, "height": 2160, "frequency": 60} } ... [
Error: self.dab_client.last_error_code()
Request invalid or malformed ]
{
"status": 400,
"error": "Setting 'pictureMode' is not supported"
}
d35@d35-VirtualBox:~/Desktop/dab-compliance-suite$ dabSingleTest SystemSettingsSetOutputresolution
testing system/settings/set {"outputResolution": {"width": 3840, "height": 2160, "frequency": 60} } ... [
Error: self.dab_client.last_error_code()
Internal error ]
{
"status": 500,
"error": "org.rdk.DisplaySettings.setCurrentResolution failed"
}
d35@d35-VirtualBox:~/Desktop/dab-compliance-suite$ dabSingleTest SystemSettingsSetOutputresolution
testing system/settings/set {"outputResolution": {"width": 3840, "height": 2160, "frequency": 60} } ... [
Error: self.dab_client.last_error_code()
Request invalid or malformed ]
{
"status": 400,
"error": "Setting 'lowLatencyMode' is not supported"
}
d35@d35-VirtualBox:~/Desktop/dab-compliance-suite$ dabSingleTest SystemSettingsSetOutputresolution
testing system/settings/set {"outputResolution": {"width": 3840, "height": 2160, "frequency": 60} } ... [
Error: self.dab_client.last_error_code()
Request invalid or malformed ]
{
"status": 400,
"error": "Setting 'lowLatencyMode' is not supported"
}
When running OutputImageConformance, could see the request received but it gets stuck there.
All voice related tests are failing with 500 (both audio and text based).
35@d35-VirtualBox:~/Desktop/dab-compliance-suite$ dabSingleTest VoiceSendAudioVoiceMute
testing voice/send-audio {"fileLocation": "https://storage.googleapis.com/ytlr-cert.appspot.com/voice/setvolume0.wav", "voiceSystem": "Alexa"} ... [
Error: self.dab_client.last_error_code()
Internal error ]
{
"status": 500,
"error": "org.rdk.VoiceControl.voiceSessionRequest failed"
}
d35@d35-VirtualBox:~/Desktop/dab-compliance-suite$ dabSingleTest VoiceSendTextVoiceVolumeUp
testing voice/send-text {"requestText" : "Set volume 5", "voiceSystem": "Alexa"} ... [
Error: self.dab_client.last_error_code()
Internal error ]
{
"status": 500,
"error": "org.rdk.VoiceControl.voiceSessionRequest failed"
}
``
SystemSettings list conformance when triggered causes crash with this change.
Thanks, @arun-madhavan-013 , fixed it, following the suggestion from @xhaakon
SystemSettings list conformance when triggered causes crash with this change.