Project

General

Profile

Actions

action #117499

closed

[security] keylime: config files moved from /etc to /etc/keylime/

Added by dimstar over 1 year ago. Updated over 1 year ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
Bugs in existing tests
Target version:
-
Start date:
2022-10-03
Due date:
% Done:

0%

Estimated time:
Difficulty:

Description

Observation

Change introduced as part of https://build.opensuse.org/request/show/1006460

85-install -Dpm 0600 %{srcname}.conf %{buildroot}%{_distconfdir}/%{srcname}.conf
86+%{python_expand # Install configuration files
87+for cfg in %{buildroot}%{$python_sitelib}/%{srcname}/config/*.conf; do
88+ install -Dpm 0600 "$cfg" %{buildroot}%{_distconfdir}/%{srcname}/$(basename "$cfg")
89+done
90+}
91+

The test needs to be adjusted to be aware of the new config layout

openQA test in scenario opensuse-Tumbleweed-DVD-x86_64-security_tpm2_keylime@64bit fails in
keylime

Test suite description

The base test suite is used for job templates defined in YAML documents. It has no settings of its own.

Reproducible

Fails since (at least) Build 20221001

Expected result

Last good: 20220930 (or more recent)

Further details

Always latest result in this scenario: latest

Actions #1

Updated by maritawerner over 1 year ago

  • Subject changed from keylime: config files moved from /etc to /etc/keylime/ to [security] keylime: config files moved from /etc to /etc/keylime/
Actions #2

Updated by amanzini over 1 year ago

  • Assignee set to amanzini
Actions #3

Updated by amanzini over 1 year ago

  • Status changed from New to Feedback
Actions #4

Updated by amanzini over 1 year ago

  • Status changed from Feedback to Resolved
Actions

Also available in: Atom PDF