Skip to content

Commit

Permalink
remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
usamasaqib committed Nov 29, 2023
1 parent 668d905 commit 05a41b7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tasks/kernel_matrix_testing/vmconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
from .stacks import create_stack, stack_exists
from .tool import Exit, ask, info, warn

vm_recipe = "recipe"
vm_architecture = "arch"
vm_version = "version"
local_arch = "local"
vmconfig_file = "test/new-e2e/system-probe/config/vmconfig.json"

Expand Down Expand Up @@ -119,8 +116,6 @@
["debian 11 - v5.10.0", TICK, TICK],
]

consoles = {"x86_64": "ttyS0", "arm64": "ttyAMA0"}


def lte_414(version):
major, minor = version.split('.')
Expand Down

0 comments on commit 05a41b7

Please sign in to comment.