Displaying 4 results from an estimated 4 matches for "30c817f87".
2019 Nov 29
0
[PATCH] tests: test --key for a real guest (with inspection)
...---
tests/luks/Makefile.am | 3 +-
tests/luks/test-key-option-inspect.sh | 48 +++++++++++++++++++++++++++
2 files changed, 50 insertions(+), 1 deletion(-)
create mode 100755 tests/luks/test-key-option-inspect.sh
diff --git a/tests/luks/Makefile.am b/tests/luks/Makefile.am
index 30c817f87..2330ed72f 100644
--- a/tests/luks/Makefile.am
+++ b/tests/luks/Makefile.am
@@ -20,7 +20,8 @@ include $(top_srcdir)/subdir-rules.mk
TESTS = \
test-luks.sh \
test-luks-list.sh \
- test-key-option.sh
+ test-key-option.sh \
+ test-key-option-inspect.sh
TESTS_ENVIRONMENT = $(top_builddir)/run -...
2019 Nov 12
1
[PATCH] tests: luks: Test the --key options.
Requires this series:
https://www.redhat.com/archives/libguestfs/2019-November/msg00036.html
2019 Nov 29
1
Re: [PATCH] tests: test --key for a real guest (with inspection)
...| 3 +-
> tests/luks/test-key-option-inspect.sh | 48 +++++++++++++++++++++++++++
> 2 files changed, 50 insertions(+), 1 deletion(-)
> create mode 100755 tests/luks/test-key-option-inspect.sh
>
> diff --git a/tests/luks/Makefile.am b/tests/luks/Makefile.am
> index 30c817f87..2330ed72f 100644
> --- a/tests/luks/Makefile.am
> +++ b/tests/luks/Makefile.am
> @@ -20,7 +20,8 @@ include $(top_srcdir)/subdir-rules.mk
> TESTS = \
> test-luks.sh \
> test-luks-list.sh \
> - test-key-option.sh
> + test-key-option.sh \
> + test-key-option-inspect.sh...
2019 Nov 29
8
[PATCH 0/1] Allow UUIDs for --key identifiers.
This combined patch series enables to decrypt LUKS devices on inspection
by allowing the UUID of the LUKS device with the --key syntax.
I opted for reusing the option instead of adding another one, as I think
that device names and UUIDs are different enough that can be properly
distinguished.
A test for this (patch #4) can be applied only when the patches for
common are applied, and the