forked from p15670423/monkey
Island: Remove 'old' node states now that the bootloader is removed
This commit is contained in:
parent
a7f821d20d
commit
a8956a18ff
|
@ -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 |
Loading…
Reference in New Issue