]> git.proxmox.com Git - pve-storage.git/commit - PVE/Storage.pm
storage: test: split archive format/compressor
authorAlwin Antreich <a.antreich@proxmox.com>
Tue, 28 Apr 2020 13:58:13 +0000 (15:58 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Thu, 30 Apr 2020 16:37:19 +0000 (18:37 +0200)
commitcd554b79d1f868dbe499c570dc352ee0b851b1eb
treea81cbe19b393709b215c46d740ad6bf9da482932
parent7435dc9071805a88eb6c56005306f7a98aef7f2f
storage: test: split archive format/compressor

detection into separate functions so they are reusable and easier
modifiable. This patch also adds the test for archive_info.

Signed-off-by: Alwin Antreich <a.antreich@proxmox.com>
PVE/Storage.pm
test/Makefile
test/archive_info_test.pm [new file with mode: 0644]
test/run_plugin_tests.pl [new file with mode: 0755]