Skip to content

Commit

Permalink
Merge pull request #145 from orelmisan/move_trex
Browse files Browse the repository at this point in the history
Move the trex package under executor
  • Loading branch information
orelmisan authored Jul 18, 2023
2 parents 9a15d4a + 66d2930 commit 630d049
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
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.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (

"github.com/stretchr/testify/assert"

"github.com/kiagnose/kubevirt-dpdk-checkup/pkg/internal/checkup/trex"
"github.com/kiagnose/kubevirt-dpdk-checkup/pkg/internal/checkup/executor/trex"
)

const (
Expand Down
File renamed without changes.

0 comments on commit 630d049

Please sign in to comment.