Skip to content

Commit

Permalink
NAS-115866 / 22.02.2 / Merge pull request #8859 from truenas/NAS-1158…
Browse files Browse the repository at this point in the history
…66-22.02.2

NAS-115866 / 22.02.2 / Changed rollback_snapshot to False in chart release test 40 (by ericbsd)
  • Loading branch information
rick-mesta authored Apr 28, 2022
2 parents 17a2006 + d34b7fb commit 9899066
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/api2/test_025_chart_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ def test_40_rollback_plex_to_the_old_version(request):
payload = {
'release_name': 'plex',
'rollback_options': {
'rollback_snapshot': True,
'rollback_snapshot': False,
'item_version': old_plex_version
}
}
Expand All @@ -434,7 +434,7 @@ def test_40_rollback_plex_to_the_old_version(request):
assert isinstance(results.json(), int), results.text
job_status = wait_on_job(results.json(), 600)
assert job_status['state'] == 'SUCCESS', str(job_status['results'])
time.sleep(5)
time.sleep(10)

def test_41_verify_plex_is_at_the_old_version(request):
depends(request, ['rollback_plex'])
Expand Down

0 comments on commit 9899066

Please sign in to comment.