23 Commits
Author SHA1 Message Date
Paul TobiasandClaude f418e6d8d8 test: ignore the pinned salt version in the _mapdata reference check
Pinning salt:version (previous commit) writes the running version into
salt_settings.version, but the _mapdata reference files are static and one
per OS — shared across the -3006/-3007/-master suites — so they can't carry a
per-image version. Drop salt_settings.version from both sides of the compare:
it now tracks the kitchen image's salt rather than a fixed default, so it's
not a value the static reference should assert.

Co-authored-by: Claude <noreply@anthropic.com>
2026-06-25 23:40:07 +07:00
Georg PfuetzenreuterandGeorg Pfuetzenreuter 21c1492686 fix(suse): update pygit2 package name
On modern SUSE distributions, Python module package names
will only resolve with the python3- prefix.

Signed-off-by: Georg Pfuetzenreuter <georg.pfuetzenreuter@suse.com>
2025-10-13 12:36:59 +02:00
Dafydd Jones 4419c79a87 test(_mapdata): update to latest versions 2025-06-10 22:54:18 +01:00
Dafydd Jones f1e36d6d8f test: do not test installed Salt version
* Dont believe this is a useful test as the test images come with Salt installed
2025-06-10 14:33:59 +01:00
Eric Cook 2881fdd811 feat(freebsd): update package names for Python 3.9
% print $OSTYPE;pkg search 'py39-(pygit2|gitpython|dulwich|salt)'
freebsd13.0
py39-dulwich-0.19.16           Python implementation of the Git file formats and protocols
py39-gitpython-3.1.27          Python Git Library
py39-pygit2-1.8.0              Python bindings for libgit2
py39-salt-3004.2               Distributed remote execution and configuration management system
2022-07-20 11:18:52 -04:00
Imran Iqbal c8f9dd44e6 ci: update pre-commit configuration inc. for pre-commit.ci [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/450
2022-06-08 23:53:44 +01:00
Imran Iqbal c05fddf139 feat(macos): use saltstack as package to install 2022-05-17 09:03:28 +01:00
Imran Iqbal c1c635fda4 test(macos): add map.jinja verification files 2022-05-17 09:03:27 +01:00
Imran Iqbal dc9cff99c5 test(macos): update for this platform 2022-05-17 09:03:27 +01:00
Imran Iqbal 8ab60b9689 ci(macos): enable testing using GitHub Actions
* Automated using https://github.com/myii/ssf-formula/pull/443
2022-05-17 09:01:41 +01:00
Imran Iqbal c20deb92d4 test(_mapdata): add verification file for fedora-36 [skip ci] 2022-04-11 16:14:35 +01:00
Imran Iqbal e9cb3d2728 test(_mapdata): add/update verification files for Fedora & Gentoo 2022-04-03 10:19:53 +01:00
Imran Iqbal 8015fe0c92 test: update for new pre-salted images [skip ci] 2022-02-02 23:02:00 +00:00
Imran Iqbal a1e9823b42 ci(windows): use Salt version 3004 [skip ci]
* Semi-automated using https://github.com/myii/ssf-formula/pull/399
2022-01-12 09:30:59 +00:00
Imran Iqbal 21b8d3626e ci(proxy): replace deprecated Windows 2016 with 2022 [skip ci]
* Semi-automated using https://github.com/myii/ssf-formula/pull/393
2021-12-22 09:05:27 +00:00
Robert FairburnandImran Iqbal 5b7d7ea70e fix(master): master.d template to support saltclass ext_pillar 2021-11-30 23:15:21 +00:00
Imran Iqbal 4b356b1213 test(_mapdata): update verification files for FreeBSD [skip ci] 2021-11-23 10:25:25 +00:00
Imran Iqbal f1ead04517 test(_mapdata): add verification file for OpenBSD 7.0 [skip ci] 2021-11-23 10:21:53 +00:00
Imran Iqbal f9ff8eab10 test(silicon): add pillar and verification files for 3004 2021-11-20 21:57:37 +00:00
Imran Iqbal b475e24638 test: centralise all suites into default suite
Modify the `default` suite to use the `saltmajorversion` InSpec input
rather than the `version` variable in `pkgs_spec.rb`.
2021-11-17 21:53:19 +00:00
Imran Iqbal 98c9dbfcfb ci: use pillars_from_directories & test/salt/pillar/top.sls
* Automated using https://github.com/myii/ssf-formula/pull/384
2021-11-17 21:53:16 +00:00
Javier Bértoli b2d760cd87 Update the testing matrix to cover most distro+salt+python combinations
Use py3 for latest salt version
Use Python 2 on old distros
Update Gemfile
Updated centos-6 run_command, as it does not use systemd
Added tests to verify correct package versions for all cases tested
2019-03-31 11:44:44 -03:00
Niels Abspoel 45394feb99 add initial travis integration
add travis button to README
2018-12-22 16:28:18 +01:00