summaryrefslogtreecommitdiff
path: root/fixtures
diff options
context:
space:
mode:
Diffstat (limited to 'fixtures')
-rw-r--r--fixtures/Host.Boots.HTML.expected19
-rw-r--r--fixtures/Host.Downtime.HTML.expected19
-rw-r--r--fixtures/Host.Lifespan.HTML.expected19
-rw-r--r--fixtures/Host.Score.HTML.expected19
-rw-r--r--fixtures/Host.Uptime.HTML.expected19
-rw-r--r--fixtures/Kernel.Boots.HTML.expected19
-rw-r--r--fixtures/Kernel.Score.HTML.expected19
-rw-r--r--fixtures/Kernel.Uptime.HTML.expected19
-rw-r--r--fixtures/KernelMajor.Boots.HTML.expected19
-rw-r--r--fixtures/KernelMajor.Score.HTML.expected19
-rw-r--r--fixtures/KernelMajor.Uptime.HTML.expected19
-rw-r--r--fixtures/KernelName.Boots.HTML.expected19
-rw-r--r--fixtures/KernelName.Score.HTML.expected19
-rw-r--r--fixtures/KernelName.Uptime.HTML.expected19
14 files changed, 266 insertions, 0 deletions
diff --git a/fixtures/Host.Boots.HTML.expected b/fixtures/Host.Boots.HTML.expected
new file mode 100644
index 0000000..e0b78a3
--- /dev/null
+++ b/fixtures/Host.Boots.HTML.expected
@@ -0,0 +1,19 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+<meta charset="utf-8">
+<title>Top 3 Boots&#39;s by Host</title>
+</head>
+<body>
+<h1>Top 3 Boots&#39;s by Host</h1>
+<p>Boots is the total number of host boots over the entire lifespan.</p>
+<pre>+-----+----------------+-------+-----------------------------+
+| Pos | Host | Boots | Last Kernel |
++-----+----------------+-------+-----------------------------+
+| 1. | alphacentauri | 671 | FreeBSD 11.4-RELEASE-p7 |
+| 2. | mars | 207 | Linux 3.2.0-4-amd64 |
+| 3. | callisto | 153 | Linux 4.0.4-303.fc22.x86_64 |
++-----+----------------+-------+-----------------------------+
+</pre>
+</body>
+</html>
diff --git a/fixtures/Host.Downtime.HTML.expected b/fixtures/Host.Downtime.HTML.expected
new file mode 100644
index 0000000..72bdd43
--- /dev/null
+++ b/fixtures/Host.Downtime.HTML.expected
@@ -0,0 +1,19 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+<meta charset="utf-8">
+<title>Top 3 Downtime&#39;s by Host</title>
+</head>
+<body>
+<h1>Top 3 Downtime&#39;s by Host</h1>
+<p>Downtime is the total downtime of a host over the entire lifespan.</p>
+<pre>+-----+----------------+-----------------------------+--------------------------+
+| Pos | Host | Downtime | Last Kernel |
++-----+----------------+-----------------------------+--------------------------+
+| 1. | dionysus | 8 years, 3 months, 16 days | FreeBSD 13.0-RELEASE-p11 |
+| 2. | alphacentauri | 5 years, 11 months, 18 days | FreeBSD 11.4-RELEASE-p7 |
+| 3. | uranus | 3 years, 3 months, 28 days | Linux 5.16.14-arch1-1 |
++-----+----------------+-----------------------------+--------------------------+
+</pre>
+</body>
+</html>
diff --git a/fixtures/Host.Lifespan.HTML.expected b/fixtures/Host.Lifespan.HTML.expected
new file mode 100644
index 0000000..12bfe4d
--- /dev/null
+++ b/fixtures/Host.Lifespan.HTML.expected
@@ -0,0 +1,19 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+<meta charset="utf-8">
+<title>Top 3 Lifespan&#39;s by Host</title>
+</head>
+<body>
+<h1>Top 3 Lifespan&#39;s by Host</h1>
+<p>Lifespan is the total uptime + the total downtime of a host.</p>
+<pre>+-----+----------------+----------------------------+--------------------------+
+| Pos | Host | Lifespan | Last Kernel |
++-----+----------------+----------------------------+--------------------------+
+| 1. | dionysus | 8 years, 6 months, 17 days | FreeBSD 13.0-RELEASE-p11 |
+| 2. | uranus | 7 years, 2 months, 16 days | Linux 5.16.14-arch1-1 |
+| 3. | alphacentauri | 6 years, 9 months, 13 days | FreeBSD 11.4-RELEASE-p7 |
++-----+----------------+----------------------------+--------------------------+
+</pre>
+</body>
+</html>
diff --git a/fixtures/Host.Score.HTML.expected b/fixtures/Host.Score.HTML.expected
new file mode 100644
index 0000000..e42adf9
--- /dev/null
+++ b/fixtures/Host.Score.HTML.expected
@@ -0,0 +1,19 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+<meta charset="utf-8">
+<title>Top 3 Score&#39;s by Host</title>
+</head>
+<body>
+<h1>Top 3 Score&#39;s by Host</h1>
+<p>Score is calculated by combining all other metrics.</p>
+<pre>+-----+---------+-------+-----------------------------------+
+| Pos | Host | Score | Last Kernel |
++-----+---------+-------+-----------------------------------+
+| 1. | uranus | 309 | Linux 5.16.14-arch1-1 |
+| 2. | vulcan | 270 | Linux 3.10.0-1160.81.1.el7.x86_64 |
+| 3. | sun | 238 | FreeBSD 10.3-RELEASE-p24 |
++-----+---------+-------+-----------------------------------+
+</pre>
+</body>
+</html>
diff --git a/fixtures/Host.Uptime.HTML.expected b/fixtures/Host.Uptime.HTML.expected
new file mode 100644
index 0000000..484aef6
--- /dev/null
+++ b/fixtures/Host.Uptime.HTML.expected
@@ -0,0 +1,19 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+<meta charset="utf-8">
+<title>Top 3 Uptime&#39;s by Host</title>
+</head>
+<body>
+<h1>Top 3 Uptime&#39;s by Host</h1>
+<p>Uptime is the total uptime of a host over the entire lifespan.</p>
+<pre>+-----+---------+-----------------------------+-----------------------------------+
+| Pos | Host | Uptime | Last Kernel |
++-----+---------+-----------------------------+-----------------------------------+
+| 1. | vulcan | 4 years, 4 months, 7 days | Linux 3.10.0-1160.81.1.el7.x86_64 |
+| 2. | uranus | 3 years, 11 months, 21 days | Linux 5.16.14-arch1-1 |
+| 3. | sun | 3 years, 9 months, 26 days | FreeBSD 10.3-RELEASE-p24 |
++-----+---------+-----------------------------+-----------------------------------+
+</pre>
+</body>
+</html>
diff --git a/fixtures/Kernel.Boots.HTML.expected b/fixtures/Kernel.Boots.HTML.expected
new file mode 100644
index 0000000..d4e7435
--- /dev/null
+++ b/fixtures/Kernel.Boots.HTML.expected
@@ -0,0 +1,19 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+<meta charset="utf-8">
+<title>Top 3 Boots&#39;s by Kernel</title>
+</head>
+<body>
+<h1>Top 3 Boots&#39;s by Kernel</h1>
+<p>Boots is the total number of host boots over the entire lifespan.</p>
+<pre>+-----+------------------------------+-------+
+| Pos | Kernel | Boots |
++-----+------------------------------+-------+
+| 1. | Linux 3.2.0-4-amd64 | 321 |
+| 2. | Linux 4.0.4-303.fc22.x86_64 | 103 |
+| 3. | FreeBSD 10.1-RELEASE | 76 |
++-----+------------------------------+-------+
+</pre>
+</body>
+</html>
diff --git a/fixtures/Kernel.Score.HTML.expected b/fixtures/Kernel.Score.HTML.expected
new file mode 100644
index 0000000..2446cfe
--- /dev/null
+++ b/fixtures/Kernel.Score.HTML.expected
@@ -0,0 +1,19 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+<meta charset="utf-8">
+<title>Top 3 Score&#39;s by Kernel</title>
+</head>
+<body>
+<h1>Top 3 Score&#39;s by Kernel</h1>
+<p>Score is calculated by combining all other metrics.</p>
+<pre>+-----+------------------------------------+-------+
+| Pos | Kernel | Score |
++-----+------------------------------------+-------+
+| 1. | Linux 3.2.0-4-amd64 | 241 |
+| 2. | Linux 3.10.0-1160.15.2.el7.x86_64 | 123 |
+| 3. | Linux 3.10.0-957.21.3.el7.x86_64 | 96 |
++-----+------------------------------------+-------+
+</pre>
+</body>
+</html>
diff --git a/fixtures/Kernel.Uptime.HTML.expected b/fixtures/Kernel.Uptime.HTML.expected
new file mode 100644
index 0000000..d57421a
--- /dev/null
+++ b/fixtures/Kernel.Uptime.HTML.expected
@@ -0,0 +1,19 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+<meta charset="utf-8">
+<title>Top 3 Uptime&#39;s by Kernel</title>
+</head>
+<body>
+<h1>Top 3 Uptime&#39;s by Kernel</h1>
+<p>Uptime is the total uptime of a host over the entire lifespan.</p>
+<pre>+-----+------------------------------------+-----------------------------+
+| 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 |
+| 3. | Linux 3.10.0-957.21.3.el7.x86_64 | 1 years, 7 months, 13 days |
++-----+------------------------------------+-----------------------------+
+</pre>
+</body>
+</html>
diff --git a/fixtures/KernelMajor.Boots.HTML.expected b/fixtures/KernelMajor.Boots.HTML.expected
new file mode 100644
index 0000000..298f5d0
--- /dev/null
+++ b/fixtures/KernelMajor.Boots.HTML.expected
@@ -0,0 +1,19 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+<meta charset="utf-8">
+<title>Top 3 Boots&#39;s by KernelMajor</title>
+</head>
+<body>
+<h1>Top 3 Boots&#39;s by KernelMajor</h1>
+<p>Boots is the total number of host boots over the entire lifespan.</p>
+<pre>+-----+----------------+-------+
+| Pos | KernelMajor | Boots |
++-----+----------------+-------+
+| 1. | FreeBSD 10... | 551 |
+| 2. | Linux 3... | 410 |
+| 3. | Linux 5... | 249 |
++-----+----------------+-------+
+</pre>
+</body>
+</html>
diff --git a/fixtures/KernelMajor.Score.HTML.expected b/fixtures/KernelMajor.Score.HTML.expected
new file mode 100644
index 0000000..9aa35d0
--- /dev/null
+++ b/fixtures/KernelMajor.Score.HTML.expected
@@ -0,0 +1,19 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+<meta charset="utf-8">
+<title>Top 3 Score&#39;s by KernelMajor</title>
+</head>
+<body>
+<h1>Top 3 Score&#39;s by KernelMajor</h1>
+<p>Score is calculated by combining all other metrics.</p>
+<pre>+-----+----------------+-------+
+| Pos | KernelMajor | Score |
++-----+----------------+-------+
+| 1. | Linux 3... | 736 |
+| 2. | FreeBSD 10... | 406 |
+| 3. | Linux 5... | 268 |
++-----+----------------+-------+
+</pre>
+</body>
+</html>
diff --git a/fixtures/KernelMajor.Uptime.HTML.expected b/fixtures/KernelMajor.Uptime.HTML.expected
new file mode 100644
index 0000000..c77248e
--- /dev/null
+++ b/fixtures/KernelMajor.Uptime.HTML.expected
@@ -0,0 +1,19 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+<meta charset="utf-8">
+<title>Top 3 Uptime&#39;s by KernelMajor</title>
+</head>
+<body>
+<h1>Top 3 Uptime&#39;s by KernelMajor</h1>
+<p>Uptime is the total uptime of a host over the entire lifespan.</p>
+<pre>+-----+----------------+-----------------------------+
+| Pos | KernelMajor | Uptime |
++-----+----------------+-----------------------------+
+| 1. | Linux 3... | 11 years, 2 months, 11 days |
+| 2. | FreeBSD 10... | 5 years, 9 months, 9 days |
+| 3. | Linux 5... | 3 years, 12 months, 2 days |
++-----+----------------+-----------------------------+
+</pre>
+</body>
+</html>
diff --git a/fixtures/KernelName.Boots.HTML.expected b/fixtures/KernelName.Boots.HTML.expected
new file mode 100644
index 0000000..298d9b7
--- /dev/null
+++ b/fixtures/KernelName.Boots.HTML.expected
@@ -0,0 +1,19 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+<meta charset="utf-8">
+<title>Top 3 Boots&#39;s by KernelName</title>
+</head>
+<body>
+<h1>Top 3 Boots&#39;s by KernelName</h1>
+<p>Boots is the total number of host boots over the entire lifespan.</p>
+<pre>+-----+------------+-------+
+| Pos | KernelName | Boots |
++-----+------------+-------+
+| 1. | FreeBSD | 872 |
+| 2. | Linux | 867 |
+| 3. | OpenBSD | 44 |
++-----+------------+-------+
+</pre>
+</body>
+</html>
diff --git a/fixtures/KernelName.Score.HTML.expected b/fixtures/KernelName.Score.HTML.expected
new file mode 100644
index 0000000..483414a
--- /dev/null
+++ b/fixtures/KernelName.Score.HTML.expected
@@ -0,0 +1,19 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+<meta charset="utf-8">
+<title>Top 3 Score&#39;s by KernelName</title>
+</head>
+<body>
+<h1>Top 3 Score&#39;s by KernelName</h1>
+<p>Score is calculated by combining all other metrics.</p>
+<pre>+-----+------------+-------+
+| Pos | KernelName | Score |
++-----+------------+-------+
+| 1. | Linux | 1292 |
+| 2. | FreeBSD | 700 |
+| 3. | OpenBSD | 196 |
++-----+------------+-------+
+</pre>
+</body>
+</html>
diff --git a/fixtures/KernelName.Uptime.HTML.expected b/fixtures/KernelName.Uptime.HTML.expected
new file mode 100644
index 0000000..862be60
--- /dev/null
+++ b/fixtures/KernelName.Uptime.HTML.expected
@@ -0,0 +1,19 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+<meta charset="utf-8">
+<title>Top 3 Uptime&#39;s by KernelName</title>
+</head>
+<body>
+<h1>Top 3 Uptime&#39;s by KernelName</h1>
+<p>Uptime is the total uptime of a host over the entire lifespan.</p>
+<pre>+-----+------------+-----------------------------+
+| Pos | KernelName | Uptime |
++-----+------------+-----------------------------+
+| 1. | Linux | 19 years, 4 months, 18 days |
+| 2. | FreeBSD | 9 years, 11 months, 29 days |
+| 3. | OpenBSD | 3 years, 1 months, 18 days |
++-----+------------+-----------------------------+
+</pre>
+</body>
+</html>