-
Notifications
You must be signed in to change notification settings - Fork 21
Adding support for IGT tests #174
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
base: main
Are you sure you want to change the base?
Adding support for IGT tests #174
Conversation
cbe7c59 to
9df5b46
Compare
|
Please squash the commits |
|
ensure that the test scripts are having executable permissions |
16f0508 to
47a5d35
Compare
@vnarapar have squashed the commits and made the file executable, can you review again |
f379328 to
af34ed1
Compare
af34ed1 to
8b82d33
Compare
Runner/suites/Multimedia/Display/core_auth/Display_IGTTestValidation_Readme.md
Show resolved
Hide resolved
8b82d33 to
82b7a95
Compare
Add Display IGT Core Auth test suite Add test files for Display IGT Core Authentication validation: - Display_IGTTestValidation_Readme.md: Documentation with usage instructions - run.sh: Script to execute and validate core_auth tests Signed-off-by: Salipalli(Temp), Venkata Satya Raja Preetam Jagan <[email protected]>
82b7a95 to
10f3046
Compare
| done | ||
| [ -z "$INIT_ENV" ] && echo "[ERROR] init_env not found" >&2 && exit 1 | ||
| # shellcheck disable=SC1090 | ||
| [ -z "$__INIT_ENV_LOADED" ] && . "$INIT_ENV" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You check __INIT_ENV_LOADED but never set it
| # shellcheck disable=SC1090,SC1091 | ||
| . "$TOOLS/functestlib.sh" | ||
|
|
||
| TESTNAME="core_auth" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be better to create an igt-gpu-tests folder under Runner/suites/Multimedia/Display and include core_auth as one of the tests. In the future, any additional tests can also be grouped under the same parent folder, igt-gpu-tests.
Added Display IGT Core Auth test suite
Added test files for Display IGT Core Authentication validation: