@@ -434,6 +434,7 @@ def test_verify_restore_jiva_aws_dmaas_schedule(self, driver, url, region):
434434 .select_interval ("Hourly" ) \
435435 .select_minutes ("05" ) \
436436 .select_hour ("03" ) \
437+ .enter_retention_count ("5" ) \
437438 .click_schedule_now_button () \
438439 .confirm_aws_schedule () \
439440 .verify_dmass_schedule_present () \
@@ -470,6 +471,7 @@ def test_verify_restore_hostpath_aws_dmaas_schedule(self, driver, url, region):
470471 .select_interval ("Hourly" ) \
471472 .select_minutes ("05" ) \
472473 .select_hour ("03" ) \
474+ .enter_retention_count ("5" ) \
473475 .click_schedule_now_button () \
474476 .confirm_aws_schedule () \
475477 .verify_dmass_schedule_present () \
@@ -506,6 +508,7 @@ def test_verify_restore_cstor_aws_dmaas_schedule(self, driver, url, region):
506508 .select_interval ("Hourly" ) \
507509 .select_minutes ("05" ) \
508510 .select_hour ("03" ) \
511+ .enter_retention_count ("5" ) \
509512 .click_schedule_now_button () \
510513 .confirm_aws_schedule () \
511514 .verify_dmass_schedule_present () \
@@ -542,6 +545,7 @@ def test_verify_restore_device_aws_dmaas_schedule(self, driver, url, region):
542545 .select_interval ("Hourly" ) \
543546 .select_minutes ("05" ) \
544547 .select_hour ("03" ) \
548+ .enter_retention_count ("5" ) \
545549 .click_schedule_now_button () \
546550 .confirm_aws_schedule () \
547551 .verify_dmass_schedule_present () \
@@ -582,8 +586,8 @@ def test_verify_restore_jiva_minio_dmaas_schedule(self, driver, url, minio):
582586 .select_interval ("Hourly" ) \
583587 .select_minutes ("05" ) \
584588 .select_hour ("03" ) \
589+ .enter_retention_count ("5" ) \
585590 .click_schedule_now_button () \
586- .confirm_aws_schedule () \
587591 .verify_dmass_schedule_present () \
588592 .search_dmaas_schedule () \
589593 .click_dmaas_schedule ("Active" ) \
@@ -620,6 +624,7 @@ def test_verify_restore_jiva_mysql_dmaas_schedule(self, driver, url, region):
620624 .select_interval ("Hourly" ) \
621625 .select_minutes ("05" ) \
622626 .select_hour ("03" ) \
627+ .enter_retention_count ("5" ) \
623628 .click_schedule_now_button () \
624629 .confirm_aws_schedule () \
625630 .verify_dmass_schedule_present () \
@@ -656,8 +661,8 @@ def test_verify_restore_hostpath_minio_dmaas_schedule(self, driver, url, minio):
656661 .select_interval ("Hourly" ) \
657662 .select_minutes ("05" ) \
658663 .select_hour ("03" ) \
664+ .enter_retention_count ("5" ) \
659665 .click_schedule_now_button () \
660- .confirm_aws_schedule () \
661666 .verify_dmass_schedule_present () \
662667 .search_dmaas_schedule () \
663668 .click_dmaas_schedule ("Active" ) \
@@ -692,8 +697,8 @@ def test_verify_restore_cstor_minio_dmaas_schedule(self, driver, url, minio):
692697 .select_interval ("Hourly" ) \
693698 .select_minutes ("05" ) \
694699 .select_hour ("03" ) \
700+ .enter_retention_count ("5" ) \
695701 .click_schedule_now_button () \
696- .confirm_aws_schedule () \
697702 .verify_dmass_schedule_present () \
698703 .search_dmaas_schedule () \
699704 .click_dmaas_schedule ("Active" ) \
@@ -728,8 +733,8 @@ def test_verify_restore_device_minio_dmaas_schedule(self, driver, url, minio):
728733 .select_interval ("Hourly" ) \
729734 .select_minutes ("05" ) \
730735 .select_hour ("03" ) \
736+ .enter_retention_count ("5" ) \
731737 .click_schedule_now_button () \
732- .confirm_aws_schedule () \
733738 .verify_dmass_schedule_present () \
734739 .search_dmaas_schedule () \
735740 .click_dmaas_schedule ("Active" ) \
@@ -776,6 +781,7 @@ def test_verify_restore_cstor_minio_non_restic_dmaas_schedule(self, driver, url,
776781 .select_interval ("Hourly" ) \
777782 .select_minutes ("05" ) \
778783 .select_hour ("03" ) \
784+ .enter_retention_count ("5" ) \
779785 .click_schedule_now_button () \
780786 .confirm_aws_schedule () \
781787 .verify_dmass_schedule_present () \
@@ -790,4 +796,4 @@ def test_verify_restore_cstor_minio_non_restic_dmaas_schedule(self, driver, url,
790796 .find_schedule () \
791797 .enter_schedule () \
792798 .open_schedules_page () \
793- .verify_restore_status ("Success" )
799+ .verify_restore_status ("Success" )
0 commit comments