-
Bug
-
Resolution: Done
-
Normal
-
None
-
4.20
Description of problem:
The problem is that ginkgo doesn't recognize the kernelPageSize suite running ginkgo -v --require 14_arm results in: Skipping ./test/e2e/performanceprofile/functests/14_arm (no test files). Changing the suite's file name to 14_arm_suite_test.go instead of test_suite_arm_test.go and changing the package name to __arm_test fixes the issue and results in ginkgo recognizing the 14_arm suite.
Version-Release number of selected component (if applicable):
4.20
How reproducible:
Always
Steps to Reproduce:
1. Just trying to run the 14_arm suite, ginkgo doesn't recognize it.
Actual results:
Expected results:
Additional info:
This is a test issue and not related to production code.
- blocks
-
OCPBUGS-56959 ginkgo skips testing arm kernelPageSize test suite
-
- Verified
-
- is cloned by
-
OCPBUGS-56959 ginkgo skips testing arm kernelPageSize test suite
-
- Verified
-
- links to