From 8a754e0858d922e955e71b253c139e071ecec432 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 18:04:21 +0200 Subject: Adding upstream version 2.14.3. Signed-off-by: Daniel Baumann --- .../distribution/fixtures/truenas_12.0rc1.json | 39 ++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 test/units/module_utils/facts/system/distribution/fixtures/truenas_12.0rc1.json (limited to 'test/units/module_utils/facts/system/distribution/fixtures/truenas_12.0rc1.json') diff --git a/test/units/module_utils/facts/system/distribution/fixtures/truenas_12.0rc1.json b/test/units/module_utils/facts/system/distribution/fixtures/truenas_12.0rc1.json new file mode 100644 index 0000000..9a9efe3 --- /dev/null +++ b/test/units/module_utils/facts/system/distribution/fixtures/truenas_12.0rc1.json @@ -0,0 +1,39 @@ +{ + "name": "FreeBSD 12.2", + "distro": { + "codename": "", + "id": "freebsd", + "name": "FreeBSD", + "version": "12.2", + "version_best": "12.2", + "lsb_release_info": {}, + "os_release_info": { + "name": "FreeBSD", + "version": "12.2-PRERELEASE", + "version_id": "12.2", + "id": "freebsd", + "ansi_color": "0;31", + "pretty_name": "FreeBSD 12.2-PRERELEASE", + "cpe_name": "cpe:/o:freebsd:freebsd:12.2", + "home_url": "https://FreeBSD.org/", + "bug_report_url": "https://bugs.FreeBSD.org/" + } + }, + "input": { + "/etc/os-release": "NAME=FreeBSD\nVERSION=12.2-PRERELEASE\nVERSION_ID=12.2\nID=freebsd\nANSI_COLOR=\"0;31\"\nPRETTY_NAME=\"FreeBSD 12.2-PRERELEASE\"\nCPE_NAME=cpe:/o:freebsd:freebsd:12.2\nHOME_URL=https://FreeBSD.org/\nBUG_REPORT_URL=https://bugs.FreeBSD.org/\n" + }, + "platform.dist": [ + "freebsd", + "12.2", + "" + ], + "result": { + "distribution": "FreeBSD", + "distribution_version": "12.2", + "distribution_release": "12.2-PRERELEASE", + "distribution_major_version": "12", + "os_family": "FreeBSD" + }, + "platform.system": "FreeBSD", + "platform.release": "12.2-PRERELEASE" +} -- cgit v1.2.3