Island: Remove 'old' node states now that the bootloader is removed

This commit is contained in:
Shreya Malviya 2022-02-01 14:09:19 +05:30 committed by Ilija Lazoroski
parent a7f821d20d
commit a8956a18ff
3 changed files with 0 additions and 2 deletions

View File

@ -28,8 +28,6 @@ class NodeStates(Enum):
MONKEY_WINDOWS_RUNNING = "monkey_windows_running"
MONKEY_WINDOWS_STARTING = "monkey_windows_starting"
MONKEY_LINUX_STARTING = "monkey_linux_starting"
MONKEY_WINDOWS_OLD = "monkey_windows_old"
MONKEY_LINUX_OLD = "monkey_linux_old"
@staticmethod
def get_by_keywords(keywords: List) -> NodeStates:

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB