summaryrefslogtreecommitdiffstats
path: root/test/units/module_utils/facts/system/distribution/fixtures/uos_20.json
blob: d51f62de4ff1a58305d1cd7e21290602d37a25b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
    "name": "Uos 20",
    "distro": {
        "codename": "fou",
        "id": "Uos",
        "name": "Uos",
        "version": "20",
        "version_best": "20",
        "os_release_info": {},
        "lsb_release_info": {}
    },
    "input": {
        "/etc/os-release": "PRETTY_NAME=\"UnionTech OS Server 20\"\nNAME=\"UnionTech OS Server 20\"\nVERSION_ID=\"20\"\nVERSION=\"20\"\nID=UOS\nHOME_URL=\"https://www.chinauos.com/\"\nBUG_REPORT_URL=\"https://bbs.chinauos.com/\"\nVERSION_CODENAME=fou",
        "/etc/lsb-release": "DISTRIB_ID=uos\nDISTRIB_RELEASE=20\nDISTRIB_DESCRIPTION=\"UnionTech OS Server 20\"\nDISTRIB_CODENAME=fou\n",
        "/usr/lib/os-release": "PRETTY_NAME=\"UnionTech OS Server 20\"\nNAME=\"UnionTech OS Server 20\"\nVERSION_ID=\"20\"\nVERSION=\"20\"\nID=UOS\nHOME_URL=\"https://www.chinauos.com/\"\nBUG_REPORT_URL=\"https://bbs.chinauos.com/\"\nVERSION_CODENAME=fou"
    },
    "platform.dist": [
        "uos",
        "20",
        "fou"
    ],
    "result": {
        "distribution": "Uos",
        "distribution_version": "20",
        "distribution_release": "fou",
        "distribution_major_version": "20",
        "os_family": "Debian"
    }
}