2018-03-03T23:59:57.524 INFO:teuthology.orchestra.run.target149202163177:Running: 'sudo lsb_release -is'
2018-03-03T23:59:57.600 INFO:teuthology.orchestra.run.target149202163177.stdout:openSUSE
2018-03-03T23:59:57.601 DEBUG:teuthology.misc:System to be installed: openSUSE
Signed-off-by: Nathan Cutler <ncutler@suse.com>
if system_value in ['Ubuntu', 'Debian']:
return "deb"
if system_value in ['CentOS', 'Fedora', 'RedHatEnterpriseServer',
- 'openSUSE project', 'SUSE', 'SUSE LINUX']:
+ 'openSUSE', 'openSUSE project', 'SUSE', 'SUSE LINUX']:
return "rpm"
return system_value