Skip to content

Commit

Permalink
New test: pool_join
Browse files Browse the repository at this point in the history
Signed-off-by: Yann Dirson <[email protected]>
  • Loading branch information
ydirson committed Oct 8, 2024
1 parent 52be123 commit b8e441c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tests/misc/test_pool.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
from lib import host

# Requirements:
# From --hosts parameter:
# - host(A1): first XCP-ng host >= 8.2.
# - hostB1: Master of a second pool.

def test_pool_join(hostA1, hostB1):
hostB1.join_pool(hostA1.pool)

0 comments on commit b8e441c

Please sign in to comment.