mirror of https://github.com/ansible/ansible.git
integrity tests: Tag (destructive) root tests as such
- apt_key needs root to touch the apt key database - debconf needs root to change debconf values of system packages - gathering writes to /etc/ansible/*, writeable only to root - group creates system groups - noexec mounts/umounts a ramdisk - systemd requires root to start/stop services Mark all except noexec as "destructive" as they change the state of the system.pull/83844/head
parent
3e82ed307b
commit
746e6584a0
@ -1 +1,3 @@
|
||||
destructive
|
||||
needs/root
|
||||
shippable/posix/group1
|
||||
|
@ -1,2 +1,4 @@
|
||||
destructive
|
||||
needs/root
|
||||
shippable/posix/group5
|
||||
context/controller
|
||||
|
@ -1 +1,3 @@
|
||||
destructive
|
||||
needs/root
|
||||
shippable/posix/group1
|
||||
|
@ -1,2 +1,3 @@
|
||||
needs/root
|
||||
shippable/posix/group2
|
||||
skip/macos
|
||||
|
@ -1 +1,3 @@
|
||||
destructive
|
||||
needs/root
|
||||
shippable/posix/group1
|
||||
|
Loading…
Reference in New Issue