rpm-ostree/tests/vmcheck
Jonathan Lebon 04c0678fa6 app: Add support for passing URLs to RPMs
This teaches the client to fetch packages from URLs directly so that one
doesn't have to `curl` first and then install. Supported anywhere
package filenames are allowed (notably: `install` and
`override replace`).

One neat things about this is that we download the file into an
`O_TMPFILE` and then pass on ownership of that fd directly to the
daemon. So at no point are the packages actually laying visible on the
system. (Assuming the filesystem supports `O_TMPFILE` that is).

This adds direct linking to libcurl and openssl, two libraries which we
were already pulling in indirectly.

Closes: #1508
Approved by: cgwalters
2018-08-23 11:16:15 +00:00
..
fetch-journal.sh vmcheck: prep for parallel runs 2017-03-13 00:42:13 +00:00
install.sh tests: Correctly error out if some part of install.sh fails 2017-11-29 14:42:25 +00:00
multitest.py multitest.py: error if no hosts given 2017-08-15 15:40:35 +00:00
overlay.sh vmcheck: Drop selinux-policy hack 2018-02-27 15:44:11 +00:00
sync.sh daemon: add RPMOSTREE_DEBUG_DISABLE_DAEMON_IDLE_EXIT 2017-10-12 15:35:44 +00:00
test-autoupdate-check.sh daemon: Fix cached-update including no-op diffs 2018-07-28 06:53:40 +00:00
test-autoupdate-stage.sh Stabilize stage automatic update policy 2018-08-21 01:01:45 +00:00
test-cached-rpm-diffs.sh tests: Split test-basic into misc-{1,2} 2018-04-16 17:53:20 +00:00
test-db.sh app/db-list: Use pkglist metadata when possible 2018-03-15 15:49:44 +00:00
test-download-only.sh tests: Replace some more libvm bits with Ansible 2018-03-14 14:13:07 +00:00
test-initramfs.sh tests: Make two more tests compatible with deployment staging 2018-07-21 13:58:21 +00:00
test-kernel-args.sh tests/kernel-args: Prep for staged 2018-07-12 17:44:15 +00:00
test-layering-basic-1.sh app/pkg-builtins: Add --unchanged-exit-77 2018-07-31 08:53:15 +00:00
test-layering-basic-2.sh daemon/deploy: Allow layering with no-layering option 2018-06-22 15:07:42 +00:00
test-layering-gpg.sh tests/libvm: use rsync and add yumrepo mode 2017-10-06 18:20:59 +00:00
test-layering-local.sh libpriv/origin: Allow removing local RPMs by name only 2018-06-12 14:55:40 +00:00
test-layering-non-root-caps.sh tests/vmcheck: turn on strict bash mode 2017-10-02 20:36:07 +00:00
test-layering-relabel.sh core: Change relabeling to use libostree's SELinux support 2017-12-08 15:01:32 +00:00
test-layering-relayer.sh tests/vmcheck: turn on strict bash mode 2017-10-02 20:36:07 +00:00
test-layering-rpmdb.sh core: handle shared files and multilib 2018-02-08 21:58:55 +00:00
test-layering-scripts.sh livefs: Require deployment staging 2018-08-20 20:32:00 +00:00
test-layering-unified.sh tests/vmcheck: turn on strict bash mode 2017-10-02 20:36:07 +00:00
test-livefs.sh Turn staged deployments on by default 2018-08-20 20:32:00 +00:00
test-meta-staged-layering-relayer.sh Turn staged deployments on by default 2018-08-20 20:32:00 +00:00
test-meta-staged-upgrades.sh Turn staged deployments on by default 2018-08-20 20:32:00 +00:00
test-misc-1.sh app/status: Tweak output with --booted 2018-08-14 12:32:50 +00:00
test-misc-2.sh rebase: Add support for "custom origin" descriptions 2018-07-20 18:47:51 +00:00
test-override-kernel.sh app: Add support for passing URLs to RPMs 2018-08-23 11:16:15 +00:00
test-override-local-replace.sh vmcheck/override-replace: Fix status jq test 2018-04-05 15:26:46 +00:00
test-override-remove.sh app/override: Don't crash on no change 2018-06-13 20:32:37 +00:00
test-override-replace-2.sh core: Don't rm-rf directories when doing overrides 2018-04-20 16:07:44 +00:00
test-pinned-commit.sh Handle "pinned commits" specifically 2018-06-11 20:37:58 +00:00
test-reset.sh Add new reset command 2018-06-26 20:32:28 +00:00
test-rojig-client.sh tests/vmcheck: Fix rojig expected NEVRA for f28 2018-06-04 14:10:21 +00:00
test-upgrades.sh app: Add an updateupgrade alias 2018-07-09 14:21:32 +00:00
test.sh Turn staged deployments on by default 2018-08-20 20:32:00 +00:00