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

cherry pick: change single OTA E2E Test name #2279

Merged
merged 1 commit into from
Jul 16, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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