MCPcopy
hub / github.com/fatedier/frp / NewDefaultFramework

Function NewDefaultFramework

test/e2e/framework/framework.go:59–68  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

57}
58
59func NewDefaultFramework() *Framework {
60 suiteConfig, _ := ginkgo.GinkgoConfiguration()
61 options := Options{
62 TotalParallelNode: suiteConfig.ParallelTotal,
63 CurrentNodeIndex: suiteConfig.ParallelProcess,
64 FromPortIndex: 10000,
65 ToPortIndex: 30000,
66 }
67 return NewFramework(options)
68}
69
70func NewFramework(opt Options) *Framework {
71 f := &Framework{

Callers 15

examples.goFile · 0.92
server.goFile · 0.92
client.goFile · 0.92
heartbeat.goFile · 0.92
chaos.goFile · 0.92
monitor.goFile · 0.92
group.goFile · 0.92
real_ip.goFile · 0.92
bandwidth_limit.goFile · 0.92
server.goFile · 0.92
http.goFile · 0.92
basic.goFile · 0.92

Calls 1

NewFrameworkFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…