Skip to content

Commit

Permalink
Merge pull request #146 from orelmisan/tgiv-move_trex
Browse files Browse the repository at this point in the history
[traffic-gen-in-vm] Move the trex package under executor
  • Loading branch information
orelmisan authored Jul 18, 2023
2 parents 43644e3 + 1c22caa commit 69c9281
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/internal/checkup/executor/executor.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import (

"github.com/kiagnose/kubevirt-dpdk-checkup/pkg/internal/checkup/executor/console"
"github.com/kiagnose/kubevirt-dpdk-checkup/pkg/internal/checkup/executor/testpmd"
"github.com/kiagnose/kubevirt-dpdk-checkup/pkg/internal/checkup/trex"
"github.com/kiagnose/kubevirt-dpdk-checkup/pkg/internal/checkup/executor/trex"
"github.com/kiagnose/kubevirt-dpdk-checkup/pkg/internal/config"
"github.com/kiagnose/kubevirt-dpdk-checkup/pkg/internal/status"
)
Expand Down
File renamed without changes.

0 comments on commit 69c9281

Please sign in to comment.