add pubsub-tracer role to baseline
This commit is contained in:
parent
71503cce8b
commit
00f137ba3e
@ -47,6 +47,7 @@ var baselineRoles = map[string]func(*TestEnvironment) error{
|
|||||||
"miner": runMiner,
|
"miner": runMiner,
|
||||||
"client": runBaselineClient,
|
"client": runBaselineClient,
|
||||||
"drand": runDrandNode,
|
"drand": runDrandNode,
|
||||||
|
"pubsub-tracer": runPubsubTracer,
|
||||||
}
|
}
|
||||||
|
|
||||||
func runBaselineClient(t *TestEnvironment) error {
|
func runBaselineClient(t *TestEnvironment) error {
|
||||||
@ -237,4 +238,3 @@ func extractCarData(ctx context.Context, rdata []byte, rpath string) []byte {
|
|||||||
}
|
}
|
||||||
return rdata
|
return rdata
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user