Skip to content
This repository has been archived by the owner on Dec 26, 2020. It is now read-only.

Commit

Permalink
Merge pull request #318 from dev-sec/fix_kitchen
Browse files Browse the repository at this point in the history
fix local kitchen tests
  • Loading branch information
rndmh3ro authored Jul 28, 2020
2 parents 9b14f64 + 04f731a commit f1a65f5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ driver:
cap_add:
- SYS_ADMIN
volume:
- /sys/fs/cgroup:/sys/fs/cgroup
- /sys/fs/cgroup:/sys/fs/cgroup:ro
run_options:
tmpfs:
- /tmp
- /run
- /run/lock
run_command: /sbin/init
http_proxy: <%= ENV['http_proxy'] || nil %>
https_proxy: <%= ENV['https_proxy'] || nil %>
Expand Down

0 comments on commit f1a65f5

Please sign in to comment.