more e2e tests (#1845)
This commit is contained in:
committed by
GitHub
Unverified
parent
268afb3438
commit
c9fe23eb10
@@ -12,3 +12,7 @@ func init() {
|
||||
uuid, _ := uuid.NewUUID()
|
||||
RunID = uuid.String()
|
||||
}
|
||||
|
||||
func GenPortName(name string) string {
|
||||
return "Port" + name
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user