disable privileged and add centos test suite
This commit is contained in:
parent
c465349646
commit
7e0fef5a1b
1 changed files with 4 additions and 1 deletions
|
@ -24,7 +24,10 @@ platforms:
|
|||
provision_command:
|
||||
- apt-get update && apt-get install -y locales && locale-gen en_US.UTF-8
|
||||
run_command: /sbin/init
|
||||
privileged: true
|
||||
pid_one_command: /usr/lib/systemd/systemd
|
||||
- name: centos-7
|
||||
driver_config:
|
||||
run_command: /sbin/init
|
||||
pid_one_command: /usr/lib/systemd/systemd
|
||||
- name: amazonlinux
|
||||
driver_config:
|
||||
|
|
Loading…
Reference in a new issue