summaryrefslogtreecommitdiff
path: root/tests/unit/fixtures/user_running.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/fixtures/user_running.json')
-rw-r--r--tests/unit/fixtures/user_running.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/tests/unit/fixtures/user_running.json b/tests/unit/fixtures/user_running.json
new file mode 100644
index 0000000..4bc9c19
--- /dev/null
+++ b/tests/unit/fixtures/user_running.json
@@ -0,0 +1,22 @@
+{
+ "user": {
+ "vyos": {
+ "authentication": {
+ "encrypted-password": "$6$abc123",
+ "plaintext-password": ""
+ }
+ },
+ "alice": {
+ "authentication": {
+ "encrypted-password": "$6$def456",
+ "public-keys": {
+ "alice-laptop": {
+ "key": "AAAAB3NzaC1yc2EAAAA",
+ "type": "ssh-rsa"
+ }
+ }
+ },
+ "full-name": "Alice Smith"
+ }
+ }
+}