Unnamed repository
Go to file
Susant Sahani 4ee8fd3311 Adds tests according to the CI
justification
Adds tests according to the CI wiki specifically the standard test interface in the spec.
The playbook includes Tier1 level test cases that have been tested in the following contexts and
is passing reliably: Classic. Test logs are stored in the artifacts directory.
The following steps are used to execute the tests using the standard test interface:

Test enveronment
Make sure you have installed packages from the spec
```
ansible-2.4.1.0-2.fc28.noarch
python2-dnf-2.7.5-1.fc28.noarch
libselinux-python-2.7-2.fc28.x86_64
standard-test-roles-2.5-1.fc28.noarch
```

Run tests for Classic
Snip of the example test run for Classic tests:
```
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::   Test
::   Test
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

:: [ 17:15:59 ] :: [   LOG    ] :: Starting libconfig tests ...
:: [ 17:15:59 ] :: [   LOG    ] :: Starting libconfig tests ...
:: [ 17:15:59 ] :: [  BEGIN   ] :: Running '/usr/bin/test-libconfig'
[==========] Running 2 test(s).
[ RUN      ] test_config_write
[       OK ] test_config_write
[ RUN      ] test_config_read
[       OK ] test_config_read
[==========] 2 test(s) run.
[  PASSED  ] 2 test(s).
:: [ 17:15:59 ] :: [   PASS   ] :: Command '/usr/bin/test-libconfig' (Expected 0, got 0)
:: [ 17:15:59 ] :: [   PASS   ] :: Command '/usr/bin/test-libconfig' (Expected 0, got 0)
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::   Duration: 0s
::   Duration: 0s
::   Assertions: 1 good, 0 bad
::   Assertions: 1 good, 0 bad
::   RESULT: PASS
::   RESULT: PASS

```
2018-07-02 17:16:30 +05:30
tests Adds tests according to the CI 2018-07-02 17:16:30 +05:30
.gitignore 1.5 2015-05-19 11:24:37 -04:00
libconfig.pdf fix pdf and multilib by using pre-built source file 2015-12-17 10:23:02 -05:00
libconfig.spec - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild 2018-02-07 21:22:38 +00:00
sources 1.5 2015-05-19 11:24:37 -04:00