Commit graph

17 commits

Author SHA1 Message Date
Lukas Javorsky
6ac392b915 Remove Makefile and PURPOSE as they are not relevant here 2023-05-04 11:07:14 +00:00
Lukas Javorsky
e9782dd4f4 Remove typo 2023-04-26 13:41:27 +00:00
Lukas Javorsky
cdeb6b8497 Fix RPM_ARCH not defined error 2023-04-26 12:47:47 +00:00
Lukas Javorsky
b14571caa9 Add acl as required for tar-testsuite test 2023-04-25 12:03:08 +00:00
Pavel Raiskup
9bd9d9bd3b tar-testsuite: sync with RHEL 2019-03-14 14:17:21 +01:00
Pavel Raiskup
36025b31b5 depend again on wget
https://bugzilla.redhat.com/show_bug.cgi?id=1643588
(I mistakenly reverted this in a348706f4a)
2019-02-25 14:02:24 +01:00
Pavel Raiskup
ca334f5533 sync with internal test-cases 2019-02-21 09:49:58 +01:00
Pavel Raiskup
345a0cc4a8 Create the same layout as we have internally
This is going to help with test-case synchronization.
2019-02-21 09:48:58 +01:00
Pavel Raiskup
11da904846 tar-using-remote-host-via-ssh: better cleanup 2019-02-19 15:57:44 +01:00
Pavel Raiskup
bc1009a1e5 Run CI also for PRs from tests/ namespace 2019-02-19 13:55:13 +01:00
Pavel Raiskup
a348706f4a Fix tests for RHEL5+, except for RHEL8
- put dnf-plugins-core and yum-utils into Requires in Makefile (it
  is OK to put non-installable package names there?)
- add builddep() handler which accepts package names;  this isn't
  working with spec file or SRPM file, but only with package names
  but it doesn't matter much (we take srpm from repository
  anyways, so using source repository for build deps is fine as
  well).
- on rhel5/rhel6 is /bin/tar, not /usr/bin/tar;  so use /bin/tar
  everywhere to keep things simple
- better prepare $HOME for 'tar-testsuite' user on RHEL5
2019-02-19 13:23:14 +01:00
Pavel Raiskup
1899fbe52e tar-testsuite: try to depend on wget
TODO: flip after https://bugzilla.redhat.com/show_bug.cgi?id=1643588
2019-02-07 15:33:23 +01:00
Pavel Raiskup
60790e9970 tar-testsuite: add -y to yum-builddep 2019-02-07 01:07:30 +01:00
Pavel Raiskup
1d6439dc5b revamp tar-testsuite test
- simplify code by using `yum-builddep` and `rpm -i *srpm`, the
`yum deplist` doesn't seem to work on Fedora now
- run testsuite twice: by 'tar-testsuite' user and 'root' user
(running as root is important to have xattrs fully tested!)
- use `make check` instead of ./testsuite, since we need to build
genfile and other check utilities
2019-02-07 00:52:46 +01:00
Pavel Raiskup
d2e785aa24 fix 'tar-using-remote-host' permissions problems 2019-02-06 17:03:28 +01:00
Pavel Raiskup
6c02459548 use fmf 2019-02-01 17:00:15 +01:00
Serhii Turivny
b4171794c9 Add CI tests using the standard test interface 2019-02-01 16:39:23 +01:00