Skip to content

Commit

Permalink
add Make targets for local tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nqb committed Nov 22, 2021
1 parent 24494eb commit b0858c4
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions t/venom/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,16 @@ dot1x_eap_tls_deb11:
#==============================================================================
# Targets for local tests
#==============================================================================
# No clean
unit_tests_el8_w:
local_configurator_el8:
make \
PF_VM_NAME=pfel8dev \
SCENARIOS_TO_RUN=unit_tests \
$(MAKE_TARGET)
PF_VM_NAME=pfel8localdev \
SCENARIOS_TO_RUN=configurator \
run_w_clean

local_configurator_deb11:
make \
PF_VM_NAME=pfdeb11localdev \
SCENARIOS_TO_RUN=configurator \
run_w_clean


0 comments on commit b0858c4

Please sign in to comment.