-
Notifications
You must be signed in to change notification settings - Fork 67
Add combinations of legacy & zesInit based Sysman Init tests #105
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
Conversation
|
change title to "adds combination of legacy and zesInit based sysman inititalization tests" |
a64f1a4 to
a78fa1f
Compare
Updated the title & commit msg ! |
Related-To: VLCLJ-2335 Signed-off-by: Vishnu Khanth <vishnu.khanth.b@intel.com>
conformance_tests/sysman/test_sysman_init/src/test_init_sysman.cpp
Outdated
Show resolved
Hide resolved
|
Is this okay if we add all the test cases in one file/binary? This would be okay if each test case is executed one by one using g_test filter. What if I run all the testcases without the gtest filter. In that scenario the first testcase's zeInit/zesInit would be valid for all the remaining testcases. |
Yes, previously we had only 3 init tests. Hence, we had each test case as separate executable. However, in CI each test is run as separate process with gtest_filter. Hence from CI point of view it will be fine. |
Related-To: VLCLJ-2335 Signed-off-by: Vishnu Khanth <vishnu.khanth.b@intel.com>
Related-To: VLCLJ-2335 Signed-off-by: Vishnu Khanth <vishnu.khanth.b@intel.com>
Related-To: VLCLJ-2335 Signed-off-by: Vishnu Khanth <vishnu.khanth.b@intel.com>
Related-To: VLCLJ-2335 Signed-off-by: Vishnu Khanth <vishnu.khanth.b@intel.com>
Related-To: VLCLJ-2335 Signed-off-by: Vishnu Khanth <vishnu.khanth.b@intel.com>
Related-To: VLCLJ-2335 Signed-off-by: Vishnu Khanth <vishnu.khanth.b@intel.com>
conformance_tests/sysman/test_sysman_init/src/test_init_sysman.cpp
Outdated
Show resolved
Hide resolved
conformance_tests/sysman/test_sysman_init/src/test_init_sysman.cpp
Outdated
Show resolved
Hide resolved
Related-To: VLCLJ-2335 Signed-off-by: Vishnu Khanth <vishnu.khanth.b@intel.com>
Related-To: VLCLJ-2335 Signed-off-by: Vishnu Khanth <vishnu.khanth.b@intel.com>
Related-To: VLCLJ-2335 Signed-off-by: Vishnu Khanth <vishnu.khanth.b@intel.com>
conformance_tests/sysman/test_sysman_init/src/test_init_sysman.cpp
Outdated
Show resolved
Hide resolved
conformance_tests/sysman/test_sysman_init/src/test_init_sysman.cpp
Outdated
Show resolved
Hide resolved
conformance_tests/sysman/test_sysman_init/src/test_init_sysman.cpp
Outdated
Show resolved
Hide resolved
conformance_tests/sysman/test_sysman_init/src/test_init_sysman.cpp
Outdated
Show resolved
Hide resolved
Related-To: VLCLJ-2335 Signed-off-by: Vishnu Khanth <vishnu.khanth.b@intel.com>
conformance_tests/sysman/test_sysman_init/src/test_init_sysman.cpp
Outdated
Show resolved
Hide resolved
conformance_tests/sysman/test_sysman_init/src/test_init_sysman.cpp
Outdated
Show resolved
Hide resolved
conformance_tests/sysman/test_sysman_init/src/test_init_sysman.cpp
Outdated
Show resolved
Hide resolved
conformance_tests/sysman/test_sysman_init/src/test_init_sysman.cpp
Outdated
Show resolved
Hide resolved
conformance_tests/sysman/test_sysman_init/src/test_init_sysman.cpp
Outdated
Show resolved
Hide resolved
conformance_tests/sysman/test_sysman_init/src/test_init_sysman.cpp
Outdated
Show resolved
Hide resolved
conformance_tests/sysman/test_sysman_init/src/test_init_sysman.cpp
Outdated
Show resolved
Hide resolved
Related-To: VLCLJ-2335 Signed-off-by: Vishnu Khanth <vishnu.khanth.b@intel.com>
Related-To: VLCLJ-2335 Signed-off-by: Vishnu Khanth <vishnu.khanth.b@intel.com>
Related-To: VLCLJ-2335 Signed-off-by: Vishnu Khanth <vishnu.khanth.b@intel.com>
Related-To: VLCLJ-2335 Signed-off-by: Vishnu Khanth <vishnu.khanth.b@intel.com>
|
Reordered the tests for better understanding of different combinations! |
Related:To: VLCLJ-2335