testapp.command.fullread

Classes

FullReadCommand

FullRead 클래스는 SSD의 모든 LBA에서 데이터를 읽는 명령어를 구현합니다.

Module Contents

class testapp.command.fullread.FullReadCommand[source]

Bases: testapp.command.__interface.CommandInterface

FullRead 클래스는 SSD의 모든 LBA에서 데이터를 읽는 명령어를 구현합니다.

driver[source]

SSD 드라이버 객체

Type:

SsdDriver

required_args_cnt: int = 0[source]
driver[source]
run() list[str][source]

SSD의 모든 LBA에서 데이터를 읽어 리스트로 반환합니다.

Returns:

SSD의 모든 LBA에서 읽은 데이터 리스트

Return type:

list[str]

static is_valid_args(*args) bool[source]

주어진 인자가 유효한지 확인합니다.