Skip to content

Commit

Permalink
Merge branch 'master' into pytest-unit-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
terjekv authored Oct 9, 2024
2 parents 03bde05 + 0575dd6 commit eafc4df
Show file tree
Hide file tree
Showing 3 changed files with 10,812 additions and 10,410 deletions.
5 changes: 5 additions & 0 deletions ci/testsuite
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,11 @@ host remove *.example.org
host remove bar -f
host remove baz -f
host remove clover
# assigning mac to a host directly should work
host add -ip 10.0.0.0/24 -macaddress aa:bb:cc:cc:bb:aa directok
# assigning mac to a host directly when the mac is already taken should fail
host add -ip 10.0.0.0/24 -macaddress aa:bb:cc:cc:bb:aa directfail
host remove directok

# Test handling of overrides
# MX
Expand Down
Loading

0 comments on commit eafc4df

Please sign in to comment.