Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Commit

Permalink
changed test name from OTA_incorrect_wifi_password to OtaTestRollback…
Browse files Browse the repository at this point in the history
…IfUnableToConnectAfterUpdate (#2279)

Co-authored-by: Yeh <ericyeh@38f9d3619710.ant.amazon.com>
  • Loading branch information
ericyeh1995 and Yeh authored Jul 16, 2020
1 parent 179becd commit efa10af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
from .aws_ota_test_case_missing_filename import OtaTestMissingFilename
from .aws_ota_test_case_incorrect_platform import OtaTestIncorrectPlatform
from .aws_ota_test_case_back_to_back_downloads import OtaTestBackToBackDownloads
from .aws_ota_test_case_incorrect_wifi_password import OtaTestIncorrectWifiPassword
from .aws_ota_test_case_rollback_if_unable_to_connect_after_update import OtaTestRollbackIfUnableToConnectAfterUpdate
from .aws_ota_test_case_greater_version_min_block_config import OtaTestGreaterVersionMinBlockConfig
from .aws_ota_test_case_greater_version_max_block_config import OtaTestGreaterVersionMaxBlockConfig
from .aws_ota_test_case_dummy_test import OtaTestDummyTest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
from .aws_ota_test_case import OtaTestCase


class OtaTestIncorrectWifiPassword(OtaTestCase):
class OtaTestRollbackIfUnableToConnectAfterUpdate(OtaTestCase):
"""
This test verifies that device will rollback to the previous firmware if it cannot connect to
network with the new firmware.
Expand Down

0 comments on commit efa10af

Please sign in to comment.