blob: b5cda65eff1a5c3ac06b87952ac4a8c6890e2796 (
plain)
1
2
3
4
5
6
7
8
9
10
|
##Common test scripts and env file for test
**test_env.sh**</br>
Common env variables for test in the auto-test dir. Used by the auto test cases/suites but could be used for other test script as well.
**testcase_common.sh**</br>
Common functions for auto test cases in the auto-test dir. A subset of the functions could be used in other test scripts as well.
**testsuite_common.sh**</br>
Common functions for auto test suites in the auto-test dir.
|