Commit graph

15 commits

Author SHA1 Message Date
Daniel A. Wozniak
9f1647d0f6 Merge branch '3006.x' into merge/3007.x/3006.x 2025-01-29 15:22:23 -07:00
Daniel A. Wozniak
9bb624db5a Fix pre-commit 2025-01-11 15:25:01 -07:00
Daniel A. Wozniak
1fb68df156 Split then join with spaces 2025-01-11 15:25:01 -07:00
Pedro Algarvio
03ad4c6337 Update code to be Py3.7+ to reduce merge forward conflicts 2024-02-29 10:16:58 +00:00
Pedro Algarvio
830daeee97
Merge 3006.x into master 2023-10-19 20:00:40 +01:00
Megan Wilhite
f4aee55e99 Add test coverage and add profile to docs 2023-10-17 15:54:30 -04:00
Megan Wilhite
e01ceb5284 Use _pkg.txt file for package grain 2023-08-04 16:29:46 +01:00
Megan Wilhite
34e3f90035 Add Salt package type to versions report and grain 2023-08-04 16:29:46 +01:00
Daniel A. Wozniak
5ac48c5161 test fixes 2023-05-31 15:59:57 -07:00
Pedro Algarvio
9a94ec6d6a Confirm salt extensions are discoverable by salt when salt-pip installed
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
2023-05-05 10:11:18 +01:00
Pedro Algarvio
cb38c39fdb Add test specific to #63827
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
2023-03-10 06:07:55 +00:00
Pedro Algarvio
604e37fa63 Move the python version to it's own section.
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
2023-03-10 06:07:55 +00:00
Pedro Algarvio
53a78e71fb Stop using salt.config.DEFAULT_{MASTER,MINION}_CONFIG on unit and functional tests
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
2022-12-30 19:43:08 +00:00
Pedro Algarvio
4d49013247 Update to isort 5.10.1
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
2022-08-01 12:49:16 -06:00
Caleb Beard
0d97647998
Add version report automated test (#62133)
* Add initial version report automated test

* switch to salt_cli

* move to testing parse-ability to avoid version mismatches due to (I'm assuming) different environments.  This still tests that the version report looks correct and also ensures each key that we got was expected and in the right place

* Move the test to a functional test
2022-06-14 14:04:51 -07:00