Skip to content

Commit

Permalink
added opensuse test
Browse files Browse the repository at this point in the history
  • Loading branch information
dominusmars committed Feb 29, 2024
1 parent 09ff82c commit b7dbdf7
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
branches: ["main"]

jobs:
build:
test:
runs-on: self-hosted

strategy:
Expand Down
21 changes: 21 additions & 0 deletions tests/computers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,27 @@ const computers: Server[] = [
},
],
},
{
ipaddress: "192.168.15.15",
Name: "Opensuse 15.4",
"OS Type": "linux",
domain: "",
password_changes: 0,
users: [
{
domain: "",
failedPasswords: [],
hostname: "Opensuse 15.4",
ipaddress: "192.168.15.15",
password: defaultPassword || "Password123",
password_changes: 0,
ssh_key: false,
user_id: "Opensuse 15.4",
username: "root",
oldPasswords: [],
},
],
},
];

export { computers };

0 comments on commit b7dbdf7

Please sign in to comment.