@@ -109,7 +109,12 @@ def test_l2_participant_el_launcher_op_besu(plan):
109109 )
110110 expect .eq (
111111 service_config .labels ,
112- {"op.kind" : "el" , "op.network.id" : "2151908" , "op.el.type" : "op-besu" },
112+ {
113+ "op.kind" : "el" ,
114+ "op.network.id" : "2151908" ,
115+ "op.network.participant.name" : "node0" ,
116+ "op.el.type" : "op-besu" ,
117+ },
113118 )
114119 expect .eq (
115120 service_config .files ["/network-configs" ].artifact_names ,
@@ -180,7 +185,12 @@ def test_l2_participant_el_launcher_op_erigon(plan):
180185 )
181186 expect .eq (
182187 service_config .labels ,
183- {"op.kind" : "el" , "op.network.id" : "2151908" , "op.el.type" : "op-erigon" },
188+ {
189+ "op.kind" : "el" ,
190+ "op.network.id" : "2151908" ,
191+ "op.network.participant.name" : "node0" ,
192+ "op.el.type" : "op-erigon" ,
193+ },
184194 )
185195 expect .eq (
186196 service_config .files ["/network-configs" ].artifact_names ,
@@ -251,7 +261,12 @@ def test_l2_participant_el_launcher_op_geth(plan):
251261 )
252262 expect .eq (
253263 service_config .labels ,
254- {"op.kind" : "el" , "op.network.id" : "2151908" , "op.el.type" : "op-geth" },
264+ {
265+ "op.kind" : "el" ,
266+ "op.network.id" : "2151908" ,
267+ "op.network.participant.name" : "node0" ,
268+ "op.el.type" : "op-geth" ,
269+ },
255270 )
256271 expect .eq (
257272 service_config .files ["/network-configs" ].artifact_names ,
@@ -341,7 +356,12 @@ def test_l2_participant_el_launcher_op_nethermind(plan):
341356 )
342357 expect .eq (
343358 service_config .labels ,
344- {"op.kind" : "el" , "op.network.id" : "2151908" , "op.el.type" : "op-nethermind" },
359+ {
360+ "op.kind" : "el" ,
361+ "op.network.id" : "2151908" ,
362+ "op.network.participant.name" : "node0" ,
363+ "op.el.type" : "op-nethermind" ,
364+ },
345365 )
346366 expect .eq (
347367 service_config .files ["/network-configs" ].artifact_names ,
@@ -412,7 +432,12 @@ def test_l2_participant_el_launcher_op_reth(plan):
412432 )
413433 expect .eq (
414434 service_config .labels ,
415- {"op.kind" : "el" , "op.network.id" : "2151908" , "op.el.type" : "op-reth" },
435+ {
436+ "op.kind" : "el" ,
437+ "op.network.id" : "2151908" ,
438+ "op.network.participant.name" : "node0" ,
439+ "op.el.type" : "op-reth" ,
440+ },
416441 )
417442 expect .eq (
418443 service_config .files ["/network-configs" ].artifact_names ,
0 commit comments