summaryrefslogtreecommitdiff
path: root/tests/unit/fixtures/system_running.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/fixtures/system_running.json')
-rw-r--r--tests/unit/fixtures/system_running.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/unit/fixtures/system_running.json b/tests/unit/fixtures/system_running.json
new file mode 100644
index 0000000..1193645
--- /dev/null
+++ b/tests/unit/fixtures/system_running.json
@@ -0,0 +1,11 @@
+{
+ "config-management": { "commit-revisions": "100" },
+ "console": { "device": { "ttyS0": { "speed": "115200" } } },
+ "host-name": "vyos150",
+ "domain-name": "lab.example.com",
+ "login": {
+ "user": { "vyos": { "authentication": { "encrypted-password": "$6$abc" } } }
+ },
+ "name-server": ["8.8.8.8", "8.8.4.4"],
+ "syslog": { "local": {} }
+}