feat: profiles and integration tests improvments.
Add the udbus variable to be used in `unix bind` rule for dbus.
This commit is contained in:
parent
b4bcb2f16e
commit
4e5f4cb06a
43 changed files with 81 additions and 47 deletions
|
|
@ -7,6 +7,7 @@ load common
|
|||
|
||||
setup_file() {
|
||||
aa_setup
|
||||
skip
|
||||
}
|
||||
|
||||
# bats test_tags=homectl
|
||||
|
|
|
|||
|
|
@ -7,7 +7,6 @@ load common
|
|||
|
||||
setup_file() {
|
||||
aa_setup
|
||||
skip
|
||||
}
|
||||
|
||||
# bats test_tags=snap
|
||||
|
|
|
|||
|
|
@ -27,12 +27,6 @@ setup_file() {
|
|||
aa_check
|
||||
}
|
||||
|
||||
# bats test_tags=systemd-id128
|
||||
@test "systemd-id128: Print the identifier of the current service invocation (this is available in systemd services)" {
|
||||
systemd-id128 invocation-id
|
||||
aa_check
|
||||
}
|
||||
|
||||
# bats test_tags=systemd-id128
|
||||
@test "systemd-id128: Generate a new random identifier and print it as a UUID (five groups of digits separated by hyphens)" {
|
||||
systemd-id128 new --uuid
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ arch)
|
|||
;;
|
||||
debian | ubuntu | whonix)
|
||||
sudo apt-get install -y \
|
||||
cpuid dfc systemd-userdbd
|
||||
cpuid dfc systemd-userdbd systemd-homed tlp
|
||||
;;
|
||||
opensuse*)
|
||||
;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue