6743dfe Add CI tests using the standard test interface

Authored and Committed by astepano 6 years ago
76 files changed. 3199 lines added. 0 lines removed.
tests/Can-t-remove-crontab-from-expired-accounts/Makefile
file added
+62
tests/Can-t-remove-crontab-from-expired-accounts/PURPOSE
file added
+3
tests/Can-t-remove-crontab-from-expired-accounts/runtest.sh
file added
+63
tests/Cron-does-uid-lookups-for-non-existent-users/Makefile
file added
+62
tests/Cron-does-uid-lookups-for-non-existent-users/PURPOSE
file added
+4
tests/Cron-does-uid-lookups-for-non-existent-users/runtest.sh
file added
+53
tests/MAILTO-problem-with-anacron/Makefile
file added
+62
tests/MAILTO-problem-with-anacron/PURPOSE
file added
+4
tests/MAILTO-problem-with-anacron/anacrontab
file added
+5
tests/MAILTO-problem-with-anacron/runtest.sh
file added
+155
tests/Make-crontab-a-PIE/Makefile
file added
+63
tests/Make-crontab-a-PIE/PURPOSE
file added
+3
tests/Make-crontab-a-PIE/runtest.sh
file added
+56
tests/anacron-segfaults-with-certain-config-data-2/Makefile
file added
+62
tests/anacron-segfaults-with-certain-config-data-2/PURPOSE
file added
+3
tests/anacron-segfaults-with-certain-config-data-2/configs/scenario-01_1
file added
+16
tests/anacron-segfaults-with-certain-config-data-2/configs/scenario-02_0
file added
+16
tests/anacron-segfaults-with-certain-config-data-2/configs/scenario-03_1
file added
+18
tests/anacron-segfaults-with-certain-config-data-2/configs/scenario-04_1
file added
+17
tests/anacron-segfaults-with-certain-config-data-2/configs/scenario-05_1
file added
+14
tests/anacron-segfaults-with-certain-config-data-2/runtest.sh
file added
+66
tests/anacron-segfaults-with-certain-config-data/Makefile
file added
+62
tests/anacron-segfaults-with-certain-config-data/PURPOSE
file added
+3
tests/anacron-segfaults-with-certain-config-data/core.sh
file added
+3
tests/anacron-segfaults-with-certain-config-data/runtest.sh
file added
+76
tests/config-parsing-issue/Makefile
file added
+62
tests/config-parsing-issue/PURPOSE
file added
+4
tests/config-parsing-issue/runtest.sh
file added
+53
tests/cron-daemon-fails-to-log-that-it-is-shutting-down/Makefile
file added
+62
tests/cron-daemon-fails-to-log-that-it-is-shutting-down/PURPOSE
file added
+4
tests/cron-daemon-fails-to-log-that-it-is-shutting-down/runtest.sh
file added
+59
tests/crond-is-missing-RELRO-flags/Makefile
file added
+63
tests/crond-is-missing-RELRO-flags/PURPOSE
file added
+5
tests/crond-is-missing-RELRO-flags/runtest.sh
file added
+43
tests/crond-subtask-abnormal-termination-removes-pid-file-in-error/Makefile
file added
+62
tests/crond-subtask-abnormal-termination-removes-pid-file-in-error/PURPOSE
file added
+4
tests/crond-subtask-abnormal-termination-removes-pid-file-in-error/crontab-job
file added
+1
tests/crond-subtask-abnormal-termination-removes-pid-file-in-error/run-job.sh
file added
+9
tests/crond-subtask-abnormal-termination-removes-pid-file-in-error/runtest.sh
file added
+79
tests/cronie-jobs-environment/Makefile
file added
+63
tests/cronie-jobs-environment/PURPOSE
file added
+3
tests/cronie-jobs-environment/cron_test.sh
file added
+5
tests/cronie-jobs-environment/crontab.temp
file added
+12
tests/cronie-jobs-environment/libfaketime-0.9.1.tar.gz
file added
+0
tests/cronie-jobs-environment/runtest.sh
file added
+124
tests/crontab-can-invoke-lookup-for-nonexisted-user/Makefile
file added
+62
tests/crontab-can-invoke-lookup-for-nonexisted-user/PURPOSE
file added
+4
tests/crontab-can-invoke-lookup-for-nonexisted-user/runtest.sh
file added
+102
tests/crontab-has-wrong-permissions/Makefile
file added
+63
tests/crontab-has-wrong-permissions/PURPOSE
file added
+3
tests/crontab-has-wrong-permissions/runtest.sh
file added
+56
tests/echos-OK-twice-in-init-script/Makefile
file added
+63
tests/echos-OK-twice-in-init-script/PURPOSE
file added
+4
tests/echos-OK-twice-in-init-script/runtest.sh
file added
+76
tests/init-script-failure/Makefile
file added
+63
tests/init-script-failure/PURPOSE
file added
+3
tests/init-script-failure/runtest.sh
file added
+73
tests/init-scripts-LSB/Makefile
file added
+62
tests/init-scripts-LSB/PURPOSE
file added
+3
tests/init-scripts-LSB/runtest.sh
file added
+186
tests/ldap-users/Makefile
file added
+63
tests/ldap-users/PURPOSE
file added
+5
tests/ldap-users/data.ldif
file added
+26
tests/ldap-users/runtest.sh
file added
+133
tests/ldap-users/slapd.conf
file added
+32
tests/ldap-users/user1.cron
file added
+10
tests/only-one-running-instance-in-time/Makefile
file added
+63
tests/only-one-running-instance-in-time/PURPOSE
file added
+3
tests/only-one-running-instance-in-time/runtest.sh
file added
+52
tests/run-with-syslog-flag/Makefile
file added
+62
tests/run-with-syslog-flag/PURPOSE
file added
+4
tests/run-with-syslog-flag/runtest.sh
file added
+81
tests/tests.yml
file added
+62
tests/usr-bin-crontab-has-wrong-permissions/Makefile
file added
+63
tests/usr-bin-crontab-has-wrong-permissions/PURPOSE
file added
+5
tests/usr-bin-crontab-has-wrong-permissions/runtest.sh
file added
+44
    Add CI tests using the standard test interface
    
    Adds tests according to the CI wiki [0] specifically the standard test interface in the spec [1].
    
    [0]: https://fedoraproject.org/wiki/CI
    [1]: https://fedoraproject.org/wiki/Changes/InvokingTests
    
        
file added
+62