(Created page with ''''mcts-foo-tests''' <pre> INTRODUCTION e.g. test coverage, and test cases layout, and test package dependencies etc. BUILD AND INSTALL TEST ENVIRONMENT 1. software requiremen…') |
|||
| Line 6: | Line 6: | ||
BUILD AND INSTALL | BUILD AND INSTALL | ||
| + | 1. Build | ||
| + | cd mcts-<component>-tests | ||
| + | ./pack.sh | ||
| + | This will generate rpm package mcts-<component>-tests-1.0.0-1.i386.rpm | ||
| + | |||
| + | 2. Install | ||
| + | rpm -ivh mcts-<component>-tests-1.0.0-1.i386.rpm | ||
| + | |||
| + | 3. Test environment setup | ||
| + | Refer "Test environment" section | ||
| + | |||
| + | 4. Run | ||
| + | testkit-lite -f /usr/share/mcts-<component>-tests/tests.xml | ||
TEST ENVIRONMENT | TEST ENVIRONMENT | ||
mcts-foo-tests
INTRODUCTION e.g. test coverage, and test cases layout, and test package dependencies etc. BUILD AND INSTALL 1. Build cd mcts-<component>-tests ./pack.sh This will generate rpm package mcts-<component>-tests-1.0.0-1.i386.rpm 2. Install rpm -ivh mcts-<component>-tests-1.0.0-1.i386.rpm 3. Test environment setup Refer "Test environment" section 4. Run testkit-lite -f /usr/share/mcts-<component>-tests/tests.xml TEST ENVIRONMENT 1. software requirements e.g. pre-requisites like packages, utilities, tools and service setup required for testing. 2. hardware requirements e.g. hardware required and pre-configuration perform the tests KNOWN ISSUES state any known issues regarding to running this test suite (e.g. in specific test framework, on specific platforms etc.) <br> Note: you can report the defects of this test suite to maintainer@xxx.com TODO provide todo list regarding to test suite development and enhancement