Adding ignored option to security-tests-all.sh script.
authorMarcin Niesluchowski <m.niesluchow@samsung.com>
Fri, 28 Jun 2013 13:17:11 +0000 (15:17 +0200)
committerMarcin Niesluchowski <m.niesluchow@samsung.com>
Thu, 23 Jan 2014 13:58:55 +0000 (14:58 +0100)
commit81632274f33f302ff19470aacc060ab55607426d
tree2d59cc24812e8b2b61fcb21b3dd19846b05ad086
parent9fd74b400023b7edef80de8587cf9b934b96e445
Adding ignored option to security-tests-all.sh script.
RUNNER_IGNORED_MSG("Ignore text"); should be added in the beginning of
test body. For turning off ignored option security-tests-all.sh should run with
additional --noignored flag. For single scripts ignored option is turned off
by default. To turn it on flag --runignored should be added.
For example:
* security-tests-all.sh
* security-tests-all.sh --noignored
* libprivilege-control-tests --output=text --runignored

[Issue#]        SSDWSSP-343
[Bug/Feature]   Ignore option should be added because some tests
                could be made for unimplemented or not yet fixed
                functionalities.
[Cause]         N/A
[Solution]      N/A
[Verification]  Running tests. With ignored option function reaching
                RUNNER_IGNORED_MSG should be classified as Ignored
                in single test result and increment Ignored count in result
                for each test group.

Change-Id: I883500d80c2933de24e51c7b94810ba543392b1d
tests/security-tests-all.sh