@@ -72,6 +72,7 @@ Describe 'login-negative'
7272 The stderr should satisfy spec_expect_no_message " ${REMOVED_IMAGE} .*${IMAGE_WITH_TAG} "
7373 The stderr should satisfy spec_expect_no_message " ${FAILED_TO_REMOVE_IMAGE} .*${IMAGE_WITH_TAG} "
7474 The stderr should satisfy spec_expect_no_message " ${DONE_REMOVING_IMAGES} "
75+ The stderr should satisfy spec_expect_no_message " ${USED_RATE_NAN} "
7576 End
7677 End
7778 Describe " test_login_incorrect_password"
@@ -145,6 +146,7 @@ Describe 'login-negative'
145146 The stderr should satisfy spec_expect_no_message " ${REMOVED_IMAGE} .*${IMAGE_WITH_TAG} "
146147 The stderr should satisfy spec_expect_no_message " ${FAILED_TO_REMOVE_IMAGE} .*${IMAGE_WITH_TAG} "
147148 The stderr should satisfy spec_expect_no_message " ${DONE_REMOVING_IMAGES} "
149+ The stderr should satisfy spec_expect_no_message " ${USED_RATE_NAN} "
148150 End
149151 End
150152 Describe " test_login_read_only_file"
@@ -218,6 +220,7 @@ Describe 'login-negative'
218220 The stderr should satisfy spec_expect_no_message " ${REMOVED_IMAGE} .*${IMAGE_WITH_TAG} "
219221 The stderr should satisfy spec_expect_no_message " ${FAILED_TO_REMOVE_IMAGE} .*${IMAGE_WITH_TAG} "
220222 The stderr should satisfy spec_expect_no_message " ${DONE_REMOVING_IMAGES} "
223+ The stderr should satisfy spec_expect_no_message " ${USED_RATE_NAN} "
221224 End
222225 End
223226 Describe " test_login_config_mismatch_default"
@@ -308,6 +311,7 @@ Describe 'login-negative'
308311 The stderr should satisfy spec_expect_no_message " ${REMOVED_IMAGE} .*${IMAGE_WITH_TAG} "
309312 The stderr should satisfy spec_expect_no_message " ${FAILED_TO_REMOVE_IMAGE} .*${IMAGE_WITH_TAG} "
310313 The stderr should satisfy spec_expect_no_message " ${DONE_REMOVING_IMAGES} "
314+ The stderr should satisfy spec_expect_no_message " ${USED_RATE_NAN} "
311315 End
312316 End
313317 Describe " test_login_config_mismatch_no_default"
@@ -392,6 +396,7 @@ Describe 'login-negative'
392396 The stderr should satisfy spec_expect_no_message " ${REMOVED_IMAGE} .*${IMAGE_WITH_TAG} "
393397 The stderr should satisfy spec_expect_no_message " ${FAILED_TO_REMOVE_IMAGE} .*${IMAGE_WITH_TAG} "
394398 The stderr should satisfy spec_expect_no_message " ${DONE_REMOVING_IMAGES} "
399+ The stderr should satisfy spec_expect_no_message " ${USED_RATE_NAN} "
395400 End
396401 End
397402 Describe " test_login_multi_services_no_label_multi_config"
@@ -512,6 +517,7 @@ Describe 'login-negative'
512517 The stderr should satisfy spec_expect_no_message " ${REMOVED_IMAGE} .*"
513518 The stderr should satisfy spec_expect_no_message " ${FAILED_TO_REMOVE_IMAGE} .*"
514519 The stderr should satisfy spec_expect_no_message " ${DONE_REMOVING_IMAGES} "
520+ The stderr should satisfy spec_expect_no_message " ${USED_RATE_NAN} "
515521 End
516522 End
517523 Describe " test_login_REGISTRY_CONFIGS_FILE_bad_format"
@@ -586,6 +592,7 @@ Describe 'login-negative'
586592 The stderr should satisfy spec_expect_no_message " ${REMOVED_IMAGE} .*${IMAGE_WITH_TAG} "
587593 The stderr should satisfy spec_expect_no_message " ${FAILED_TO_REMOVE_IMAGE} .*${IMAGE_WITH_TAG} "
588594 The stderr should satisfy spec_expect_no_message " ${DONE_REMOVING_IMAGES} "
595+ The stderr should satisfy spec_expect_no_message " ${USED_RATE_NAN} "
589596 End
590597 End
591598 Describe " test_login_file_not_exist"
@@ -656,6 +663,7 @@ Describe 'login-negative'
656663 The stderr should satisfy spec_expect_no_message " ${REMOVED_IMAGE} .*${IMAGE_WITH_TAG} "
657664 The stderr should satisfy spec_expect_no_message " ${FAILED_TO_REMOVE_IMAGE} .*${IMAGE_WITH_TAG} "
658665 The stderr should satisfy spec_expect_no_message " ${DONE_REMOVING_IMAGES} "
666+ The stderr should satisfy spec_expect_no_message " ${USED_RATE_NAN} "
659667 End
660668 End
661669End # Describe 'login-negative'
0 commit comments