Merge "test-install-neutron: Add openSUSE support"

This commit is contained in:
Jenkins 2017-07-06 08:31:32 +00:00 committed by Gerrit Code Review
commit f0754e9704
1 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,7 @@
kernel_module_path:
apt: "lib/modules"
yum: "usr/lib/modules"
zypper: "lib/modules"
vars_files:
- test-vars.yml
tasks:
@ -59,6 +60,8 @@
- "libffi-dev"
yum:
- "libffi-devel"
zypper:
- "libffi-devel"
vars_files:
- test-vars.yml
tasks: