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

Add test scripts for 2451 issue #2691

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

GetmanetsIrina
Copy link
Contributor

@GetmanetsIrina GetmanetsIrina commented Jun 23, 2022

ATF Test Scripts to check #2451 and new created #3935, #3934

This PR is ready for review.

Summary

Scripts to check 2451 issue

ATF version

latest

Changelog

  • Added new scripts
  • Updated 8_1 test set

CLA

@GetmanetsIrina
Copy link
Contributor Author

Test results have triggered creation of smartdevicelink/sdl_core#3935 and smartdevicelink/sdl_core#3934

@GetmanetsIrina
Copy link
Contributor Author

@theresalech, this PR is ready for Livio review.

"0x95,0x96,0x97,0x98,0x99,0x10,0x20,0x30,0x40,0x50,0x60,0x70,0x80,0x90,0x9A"

local tcs = {
[01] = { name = "min value", value = "0x01, 0x00" },
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This test case fails at the moment. I'm assuming due to smartdevicelink/sdl_core#3935. Please add a note in the description stating the test is blocked until the core issue is fixed

"0x95,0x96,0x97,0x98,0x99,0x10,0x20,0x30,0x40,0x50,0x60,0x70,0x80,0x90,0x9A"

local tcs = {
[01] = { name = "out of min size", value = "" },
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
[01] = { name = "out of min size", value = "" },
[01] = { name = "out of min size", value = "", expected = nil },

The undefined value should already be nil but it just seems strange to pass an undefined variable to the appRegistration function


local tcs = {
[01] = { name = "out of min size", value = "" },
[02] = { name = "out of max size", value = maxValue .. ",0x9B", expected = maxValue }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This test case fails at the moment. I'm assuming due to smartdevicelink/sdl_core#3934. Please add a note in the description stating the test is blocked until the core issue is fixed

@GetmanetsIrina
Copy link
Contributor Author

@ShobhitAd, all comments have been addressed in 4ee9222

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

Successfully merging this pull request may close these issues.

2 participants