diff options
| author | Paul Buetow <paul@buetow.org> | 2023-06-01 20:36:58 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-06-01 20:36:58 +0300 |
| commit | 7883ec5a79569b210a9f9c2511b7fae165e3c0a9 (patch) | |
| tree | 811e710f6d828ba22d34e05b940e69acdda70978 | |
| parent | 36d5495960edbb022eee5d73511d889ad10fd1ac (diff) | |
fix tests
| -rw-r--r-- | fixtures/Host.Score.Gemtext.expected | 14 | ||||
| -rw-r--r-- | fixtures/Host.Score.Markdown.expected | 14 | ||||
| -rw-r--r-- | fixtures/Host.Score.Plaintext.expected | 19 | ||||
| -rw-r--r-- | fixtures/Kernel.Score.Gemtext.expected | 2 | ||||
| -rw-r--r-- | fixtures/Kernel.Score.Markdown.expected | 2 | ||||
| -rw-r--r-- | fixtures/Kernel.Score.Plaintext.expected | 2 | ||||
| -rw-r--r-- | fixtures/Kernel.Uptime.Gemtext.expected | 2 | ||||
| -rw-r--r-- | fixtures/Kernel.Uptime.Markdown.expected | 2 | ||||
| -rw-r--r-- | fixtures/Kernel.Uptime.Plaintext.expected | 2 | ||||
| -rw-r--r-- | fixtures/KernelName.Boots.Gemtext.expected | 2 | ||||
| -rw-r--r-- | fixtures/KernelName.Boots.Markdown.expected | 2 | ||||
| -rw-r--r-- | fixtures/KernelName.Boots.Plaintext.expected | 2 | ||||
| -rw-r--r-- | fixtures/KernelName.Score.Gemtext.expected | 2 | ||||
| -rw-r--r-- | fixtures/KernelName.Score.Markdown.expected | 2 | ||||
| -rw-r--r-- | fixtures/KernelName.Score.Plaintext.expected | 2 | ||||
| -rw-r--r-- | fixtures/KernelName.Uptime.Gemtext.expected | 2 | ||||
| -rw-r--r-- | fixtures/KernelName.Uptime.Markdown.expected | 2 | ||||
| -rw-r--r-- | fixtures/KernelName.Uptime.Plaintext.expected | 2 |
18 files changed, 39 insertions, 38 deletions
diff --git a/fixtures/Host.Score.Gemtext.expected b/fixtures/Host.Score.Gemtext.expected index 50c57c2..3f985c1 100644 --- a/fixtures/Host.Score.Gemtext.expected +++ b/fixtures/Host.Score.Gemtext.expected @@ -3,11 +3,11 @@ Score is calculated by combining all other metrics. ``` -+-----+----------------+-------+ -| Pos | Host | Score | -+-----+----------------+-------+ -| 1. | uranus | 360 | -| 2. | alphacentauri | 294 | -| 3. | dionysus | 285 | -+-----+----------------+-------+ ++-----+---------+-------+ +| Pos | Host | Score | ++-----+---------+-------+ +| 1. | uranus | 309 | +| 2. | *vulcan | 273 | +| 3. | sun | 238 | ++-----+---------+-------+ ``` diff --git a/fixtures/Host.Score.Markdown.expected b/fixtures/Host.Score.Markdown.expected index 50c57c2..3f985c1 100644 --- a/fixtures/Host.Score.Markdown.expected +++ b/fixtures/Host.Score.Markdown.expected @@ -3,11 +3,11 @@ Score is calculated by combining all other metrics. ``` -+-----+----------------+-------+ -| Pos | Host | Score | -+-----+----------------+-------+ -| 1. | uranus | 360 | -| 2. | alphacentauri | 294 | -| 3. | dionysus | 285 | -+-----+----------------+-------+ ++-----+---------+-------+ +| Pos | Host | Score | ++-----+---------+-------+ +| 1. | uranus | 309 | +| 2. | *vulcan | 273 | +| 3. | sun | 238 | ++-----+---------+-------+ ``` diff --git a/fixtures/Host.Score.Plaintext.expected b/fixtures/Host.Score.Plaintext.expected index 320820f..69eb4ae 100644 --- a/fixtures/Host.Score.Plaintext.expected +++ b/fixtures/Host.Score.Plaintext.expected @@ -1,12 +1,13 @@ Top 3 Score's by Host - Score is calculated by combining -all other metrics. + Score is calculated by +combining all other +metrics. -+-----+----------------+-------+ -| Pos | Host | Score | -+-----+----------------+-------+ -| 1. | uranus | 360 | -| 2. | alphacentauri | 294 | -| 3. | dionysus | 285 | -+-----+----------------+-------+ ++-----+---------+-------+ +| Pos | Host | Score | ++-----+---------+-------+ +| 1. | uranus | 309 | +| 2. | *vulcan | 273 | +| 3. | sun | 238 | ++-----+---------+-------+ diff --git a/fixtures/Kernel.Score.Gemtext.expected b/fixtures/Kernel.Score.Gemtext.expected index 3a8d853..68c2d52 100644 --- a/fixtures/Kernel.Score.Gemtext.expected +++ b/fixtures/Kernel.Score.Gemtext.expected @@ -7,7 +7,7 @@ Score is calculated by combining all other metrics. | Pos | Kernel | Score | +-----+------------------------------------+-------+ | 1. | Linux 3.2.0-4-amd64 | 241 | -| 2. | *Linux 3.10.0-1160.15.2.el7.x86_64 | 126 | +| 2. | Linux 3.10.0-1160.15.2.el7.x86_64 | 123 | | 3. | Linux 3.10.0-957.21.3.el7.x86_64 | 96 | +-----+------------------------------------+-------+ ``` diff --git a/fixtures/Kernel.Score.Markdown.expected b/fixtures/Kernel.Score.Markdown.expected index 3a8d853..68c2d52 100644 --- a/fixtures/Kernel.Score.Markdown.expected +++ b/fixtures/Kernel.Score.Markdown.expected @@ -7,7 +7,7 @@ Score is calculated by combining all other metrics. | Pos | Kernel | Score | +-----+------------------------------------+-------+ | 1. | Linux 3.2.0-4-amd64 | 241 | -| 2. | *Linux 3.10.0-1160.15.2.el7.x86_64 | 126 | +| 2. | Linux 3.10.0-1160.15.2.el7.x86_64 | 123 | | 3. | Linux 3.10.0-957.21.3.el7.x86_64 | 96 | +-----+------------------------------------+-------+ ``` diff --git a/fixtures/Kernel.Score.Plaintext.expected b/fixtures/Kernel.Score.Plaintext.expected index d953d0f..ac6a896 100644 --- a/fixtures/Kernel.Score.Plaintext.expected +++ b/fixtures/Kernel.Score.Plaintext.expected @@ -6,6 +6,6 @@ Score is calculated by combining all other metrics. | Pos | Kernel | Score | +-----+------------------------------------+-------+ | 1. | Linux 3.2.0-4-amd64 | 241 | -| 2. | *Linux 3.10.0-1160.15.2.el7.x86_64 | 126 | +| 2. | Linux 3.10.0-1160.15.2.el7.x86_64 | 123 | | 3. | Linux 3.10.0-957.21.3.el7.x86_64 | 96 | +-----+------------------------------------+-------+ diff --git a/fixtures/Kernel.Uptime.Gemtext.expected b/fixtures/Kernel.Uptime.Gemtext.expected index 47d9d69..0d5fa9a 100644 --- a/fixtures/Kernel.Uptime.Gemtext.expected +++ b/fixtures/Kernel.Uptime.Gemtext.expected @@ -7,7 +7,7 @@ Uptime is the total uptime of a host over the entire lifespan. | Pos | Kernel | Uptime | +-----+------------------------------------+-----------------------------+ | 1. | Linux 3.2.0-4-amd64 | 3 years, 5 months, 23 days | -| 2. | *Linux 3.10.0-1160.15.2.el7.x86_64 | 1 years, 12 months, 15 days | +| 2. | Linux 3.10.0-1160.15.2.el7.x86_64 | 1 years, 12 months, 15 days | | 3. | Linux 3.10.0-957.21.3.el7.x86_64 | 1 years, 7 months, 13 days | +-----+------------------------------------+-----------------------------+ ``` diff --git a/fixtures/Kernel.Uptime.Markdown.expected b/fixtures/Kernel.Uptime.Markdown.expected index 47d9d69..0d5fa9a 100644 --- a/fixtures/Kernel.Uptime.Markdown.expected +++ b/fixtures/Kernel.Uptime.Markdown.expected @@ -7,7 +7,7 @@ Uptime is the total uptime of a host over the entire lifespan. | Pos | Kernel | Uptime | +-----+------------------------------------+-----------------------------+ | 1. | Linux 3.2.0-4-amd64 | 3 years, 5 months, 23 days | -| 2. | *Linux 3.10.0-1160.15.2.el7.x86_64 | 1 years, 12 months, 15 days | +| 2. | Linux 3.10.0-1160.15.2.el7.x86_64 | 1 years, 12 months, 15 days | | 3. | Linux 3.10.0-957.21.3.el7.x86_64 | 1 years, 7 months, 13 days | +-----+------------------------------------+-----------------------------+ ``` diff --git a/fixtures/Kernel.Uptime.Plaintext.expected b/fixtures/Kernel.Uptime.Plaintext.expected index 5c5eb52..197c966 100644 --- a/fixtures/Kernel.Uptime.Plaintext.expected +++ b/fixtures/Kernel.Uptime.Plaintext.expected @@ -6,6 +6,6 @@ Uptime is the total uptime of a host over the entire lifespan. | Pos | Kernel | Uptime | +-----+------------------------------------+-----------------------------+ | 1. | Linux 3.2.0-4-amd64 | 3 years, 5 months, 23 days | -| 2. | *Linux 3.10.0-1160.15.2.el7.x86_64 | 1 years, 12 months, 15 days | +| 2. | Linux 3.10.0-1160.15.2.el7.x86_64 | 1 years, 12 months, 15 days | | 3. | Linux 3.10.0-957.21.3.el7.x86_64 | 1 years, 7 months, 13 days | +-----+------------------------------------+-----------------------------+ diff --git a/fixtures/KernelName.Boots.Gemtext.expected b/fixtures/KernelName.Boots.Gemtext.expected index 70aa723..5739b28 100644 --- a/fixtures/KernelName.Boots.Gemtext.expected +++ b/fixtures/KernelName.Boots.Gemtext.expected @@ -6,7 +6,7 @@ Boots is the total number of host boots over the entire lifespan. +-----+------------+-------+ | Pos | KernelName | Boots | +-----+------------+-------+ -| 1. | *FreeBSD | 872 | +| 1. | FreeBSD | 872 | | 2. | *Linux | 867 | | 3. | *OpenBSD | 44 | +-----+------------+-------+ diff --git a/fixtures/KernelName.Boots.Markdown.expected b/fixtures/KernelName.Boots.Markdown.expected index 70aa723..5739b28 100644 --- a/fixtures/KernelName.Boots.Markdown.expected +++ b/fixtures/KernelName.Boots.Markdown.expected @@ -6,7 +6,7 @@ Boots is the total number of host boots over the entire lifespan. +-----+------------+-------+ | Pos | KernelName | Boots | +-----+------------+-------+ -| 1. | *FreeBSD | 872 | +| 1. | FreeBSD | 872 | | 2. | *Linux | 867 | | 3. | *OpenBSD | 44 | +-----+------------+-------+ diff --git a/fixtures/KernelName.Boots.Plaintext.expected b/fixtures/KernelName.Boots.Plaintext.expected index 69ffcd9..d827fc4 100644 --- a/fixtures/KernelName.Boots.Plaintext.expected +++ b/fixtures/KernelName.Boots.Plaintext.expected @@ -7,7 +7,7 @@ lifespan. +-----+------------+-------+ | Pos | KernelName | Boots | +-----+------------+-------+ -| 1. | *FreeBSD | 872 | +| 1. | FreeBSD | 872 | | 2. | *Linux | 867 | | 3. | *OpenBSD | 44 | +-----+------------+-------+ diff --git a/fixtures/KernelName.Score.Gemtext.expected b/fixtures/KernelName.Score.Gemtext.expected index e60d12b..c7e846e 100644 --- a/fixtures/KernelName.Score.Gemtext.expected +++ b/fixtures/KernelName.Score.Gemtext.expected @@ -7,7 +7,7 @@ Score is calculated by combining all other metrics. | Pos | KernelName | Score | +-----+------------+-------+ | 1. | *Linux | 1295 | -| 2. | *FreeBSD | 703 | +| 2. | FreeBSD | 700 | | 3. | *OpenBSD | 198 | +-----+------------+-------+ ``` diff --git a/fixtures/KernelName.Score.Markdown.expected b/fixtures/KernelName.Score.Markdown.expected index e60d12b..c7e846e 100644 --- a/fixtures/KernelName.Score.Markdown.expected +++ b/fixtures/KernelName.Score.Markdown.expected @@ -7,7 +7,7 @@ Score is calculated by combining all other metrics. | Pos | KernelName | Score | +-----+------------+-------+ | 1. | *Linux | 1295 | -| 2. | *FreeBSD | 703 | +| 2. | FreeBSD | 700 | | 3. | *OpenBSD | 198 | +-----+------------+-------+ ``` diff --git a/fixtures/KernelName.Score.Plaintext.expected b/fixtures/KernelName.Score.Plaintext.expected index 021f7e8..7579f97 100644 --- a/fixtures/KernelName.Score.Plaintext.expected +++ b/fixtures/KernelName.Score.Plaintext.expected @@ -7,6 +7,6 @@ combining all other metrics. | Pos | KernelName | Score | +-----+------------+-------+ | 1. | *Linux | 1295 | -| 2. | *FreeBSD | 703 | +| 2. | FreeBSD | 700 | | 3. | *OpenBSD | 198 | +-----+------------+-------+ diff --git a/fixtures/KernelName.Uptime.Gemtext.expected b/fixtures/KernelName.Uptime.Gemtext.expected index c3ce21a..5618f8f 100644 --- a/fixtures/KernelName.Uptime.Gemtext.expected +++ b/fixtures/KernelName.Uptime.Gemtext.expected @@ -7,7 +7,7 @@ Uptime is the total uptime of a host over the entire lifespan. | Pos | KernelName | Uptime | +-----+------------+-----------------------------+ | 1. | *Linux | 19 years, 4 months, 18 days | -| 2. | *FreeBSD | 9 years, 11 months, 29 days | +| 2. | FreeBSD | 9 years, 11 months, 29 days | | 3. | *OpenBSD | 3 years, 1 months, 18 days | +-----+------------+-----------------------------+ ``` diff --git a/fixtures/KernelName.Uptime.Markdown.expected b/fixtures/KernelName.Uptime.Markdown.expected index c3ce21a..5618f8f 100644 --- a/fixtures/KernelName.Uptime.Markdown.expected +++ b/fixtures/KernelName.Uptime.Markdown.expected @@ -7,7 +7,7 @@ Uptime is the total uptime of a host over the entire lifespan. | Pos | KernelName | Uptime | +-----+------------+-----------------------------+ | 1. | *Linux | 19 years, 4 months, 18 days | -| 2. | *FreeBSD | 9 years, 11 months, 29 days | +| 2. | FreeBSD | 9 years, 11 months, 29 days | | 3. | *OpenBSD | 3 years, 1 months, 18 days | +-----+------------+-----------------------------+ ``` diff --git a/fixtures/KernelName.Uptime.Plaintext.expected b/fixtures/KernelName.Uptime.Plaintext.expected index a64c609..2ede62f 100644 --- a/fixtures/KernelName.Uptime.Plaintext.expected +++ b/fixtures/KernelName.Uptime.Plaintext.expected @@ -7,6 +7,6 @@ entire lifespan. | Pos | KernelName | Uptime | +-----+------------+-----------------------------+ | 1. | *Linux | 19 years, 4 months, 18 days | -| 2. | *FreeBSD | 9 years, 11 months, 29 days | +| 2. | FreeBSD | 9 years, 11 months, 29 days | | 3. | *OpenBSD | 3 years, 1 months, 18 days | +-----+------------+-----------------------------+ |
