Add improvements to colorizing script
authorLukasz Kostyra <l.kostyra@partner.samsung.com>
Fri, 14 Mar 2014 10:47:49 +0000 (11:47 +0100)
committerJan Olszak <j.olszak@samsung.com>
Mon, 19 May 2014 11:47:14 +0000 (13:47 +0200)
commit296907273e33671003f849a48da65bc43a847aaa
treee4fb6eec0f7c09f46d5c7be9aefa94527a7c610e
parenta894311c85ec924f62146fb08b005c64b51d8d92
Add improvements to colorizing script

[Issue#]        N/A
[Feature]       Adds following features to script colorizing test output:
                    * sc_tests_all now passes arguments to launched binaries.
                    * sc_test_launch now allows for absolute path to test binary.
                    * If any test case fails, script provides a command to launch any test case
                      explicitly.
                    * Minor corrections in test result display.
[Cause]         N/A
[Solution]      N/A
[Verification]  Build, install, run:
                    * sc_tests_all - all tests should show up,
                    * sc_tests_all -t ContainerSuite - only ContainerSuite test suite should show,
                    * sc_test_launch /bin/security-containers-server-unit-tests - should launch
                      security-containers-server-unit-tests.

Change-Id: Ic01d8ced2caceb1ed9347ed86fd7417e375bc271
src/scripts/sc_test_launch.py
src/scripts/sc_test_parser.py
src/scripts/sc_tests_all.py