Skip to content

Commit

Permalink
Update constants.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SRIKKANTH committed Nov 23, 2024
1 parent 96a0f9d commit 80ae08e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lisa/util/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,3 +178,7 @@
SIGINT = 2
SIGTERM = 15
SIGKILL = 9

# StorageInterfaceTypes
STORAGE_INTERFACE_TYPE_NVME = "NVMe"
STORAGE_INTERFACE_TYPE_SCSI = "SCSI"

0 comments on commit 80ae08e

Please sign in to comment.