Skip to content

Commit

Permalink
Final cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
aiden3c committed Sep 9, 2024
1 parent 66de016 commit 1710627
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/api2/test_bootenv.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def test_get_default_environment_and_make_new_one():
ValidationError('bootenv_create.name', f'The name "{active_be_id}" already exists', errno.EEXIST)
]

# create new bootenv and activate it
# create new bootenv
call('bootenv.create', {'name': 'bootenv01', 'source': active_be_id})
call('bootenv.query', [['name', '=', 'bootenv01']], {'get': True})

Expand All @@ -37,7 +37,7 @@ def test_promote_current_be_datasets():
ssh(f'zfs snapshot {snapshot}')
try:
clone = 'boot-pool/ROOT/clone'
ssh(f"zfs clone {snapshot} {clone}")
ssh(f'zfs clone {snapshot} {clone}')
try:
ssh(f'zfs promote {clone}')

Expand Down

0 comments on commit 1710627

Please sign in to comment.