Commit graph

15 commits

Author SHA1 Message Date
Imran Iqbal
901d7069ce
fix(rubocop): fix violation [skip ci]
```
Offenses:
test/integration/default/controls/pkgs_spec.rb:112:9: C: [Correctable]
Layout/LineEndStringConcatenationIndentation: Align parts of a string
concatenated with backslash.
        "installed\nP.*\nS.*\nI.*\nM.*\nA.*\nVersion: #{v}"
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
```
2021-10-02 10:18:00 +01:00
Imran Iqbal
5ac9cde4e9
feat(alma+rocky): add platforms (based on CentOS 8) [skip ci] 2021-07-01 08:32:45 +01:00
Imran Iqbal
f7a6fcf707
test(pkgs_spec): fix rubocop violations (--enable-pending-cops)
```
Offenses:

test/integration/default/controls/pkgs_spec.rb:27:5: W: [Corrected] Lint/SymbolConversion:
Unnecessary symbol conversion; use iotop: instead.
    'iotop': ''
    ^^^^^^^
test/integration/default/controls/pkgs_spec.rb:33:5: W: [Corrected] Lint/SymbolConversion:
Unnecessary symbol conversion; use alien: instead.
    'alien': '8.95-8.fc29',
    ^^^^^^^
test/integration/default/controls/pkgs_spec.rb:34:5: W: [Corrected] Lint/SymbolConversion:
Unnecessary symbol conversion; use iotop: instead.
    'iotop': '0.6-18.fc29'
    ^^^^^^^
test/integration/default/controls/pkgs_spec.rb:46:5: W: [Corrected] Lint/SymbolConversion:
Unnecessary symbol conversion; use alien: instead.
    'alien': '8.95',
    ^^^^^^^
test/integration/default/controls/pkgs_spec.rb:48:5: W: [Corrected] Lint/SymbolConversion:
Unnecessary symbol conversion; use iotop: instead.
    'iotop': '0.6-'
    ^^^^^^^
```
2021-03-26 12:17:40 +00:00
Imran Iqbal
534a1f6f2b
feat(gentoo): add support and CI 2021-02-19 07:36:18 +00:00
Niels Abspoel
75526cce61
feat(centos-8): added RedHat,CentOS and Oracle linux 8 support
Add centos 8 to osfingermap
add oracle linux 8 to osfingermap
moved RedHat/CentOS to osmap and osfingermap to accomodate changes in
package provider versionlock
enable centos-centos-8-master-py3
remove hardcoded packages
yum-plugin-versionlock was hardcoded for all redhat versions, which
is removed with centos 8.
the package alien has a depency on debhelper which is broken in Centos-8
add share folder testing

Co-authored-by: Imran Iqbal <myii@users.noreply.github.com>
2021-02-09 20:12:21 +01:00
Imran Iqbal
281846e791
fix(archlinux): fix test setup 2020-01-16 13:29:37 +00:00
Imran Iqbal
593a6e5e65
refactor(pillar.amazonlinux): shorten suite name to amazon 2020-01-16 13:29:36 +00:00
Imran Iqbal
591d85ab57
fix(rubocop): fix remaining errors manually 2020-01-16 13:29:34 +00:00
Imran Iqbal
1f72c405de
fix(rubocop): add fixes using rubocop -a --safe 2020-01-16 13:29:34 +00:00
Imran Iqbal
702e8c32bf
test(arch): test initial configuration 2020-01-15 20:17:52 +00:00
Imran Iqbal
8e75c9d5c0
test: fix existing tests 2020-01-15 20:17:52 +00:00
Eric Veiras Galisson
edb0d73ffe
ci(kitchen+inspec): add Amazonlinux test suite 2020-01-15 20:17:51 +00:00
Eric Veiras Galisson
e41117c34b
ci(kitchen+inspec): add fedora30 and fedora29 tests suites 2020-01-15 20:17:50 +00:00
Eric Veiras Galisson
98c6d2c9ba
ci(inspec): fix Debian tests 2020-01-15 20:17:49 +00:00
Eric Veiras Galisson
17b433126b
feat: implementing semantic release 2020-01-15 20:17:46 +00:00
Renamed from test/integration/default/pkgs_spec.rb (Browse further)