mirror of
https://github.com/fatedier/frp.git
synced 2025-07-29 09:18:11 +00:00
add e2e tests for v1 config (#3608)
This commit is contained in:
@@ -10,10 +10,13 @@ import (
|
||||
|
||||
"github.com/fatedier/frp/pkg/util/log"
|
||||
// test source
|
||||
_ "github.com/fatedier/frp/test/e2e/basic"
|
||||
_ "github.com/fatedier/frp/test/e2e/features"
|
||||
"github.com/fatedier/frp/test/e2e/framework"
|
||||
_ "github.com/fatedier/frp/test/e2e/plugin"
|
||||
_ "github.com/fatedier/frp/test/e2e/legacy/basic"
|
||||
_ "github.com/fatedier/frp/test/e2e/legacy/features"
|
||||
_ "github.com/fatedier/frp/test/e2e/legacy/plugin"
|
||||
_ "github.com/fatedier/frp/test/e2e/v1/basic"
|
||||
_ "github.com/fatedier/frp/test/e2e/v1/features"
|
||||
_ "github.com/fatedier/frp/test/e2e/v1/plugin"
|
||||
)
|
||||
|
||||
// handleFlags sets up all flags and parses the command line.
|
||||
|
Reference in New Issue
Block a user