@@ -101,7 +101,7 @@ var _ = infrastructure.DatastoreDescribe("_BPF-SAFE_ goldmane flow log with stag
101
101
102
102
opts .ExtraEnvVars ["FELIX_FLOWLOGSFLUSHINTERVAL" ] = "5"
103
103
opts .ExtraEnvVars ["FELIX_FLOWLOGSCOLLECTORDEBUGTRACE" ] = "true"
104
- opts .ExtraEnvVars ["FELIX_FLOWLOGSGOLDMANESERVER" ] = goldmane .LocalGoldmaneServer
104
+ opts .ExtraEnvVars ["FELIX_FLOWLOGSGOLDMANESERVER" ] = goldmane .NodeSocketAddress
105
105
106
106
// Start felix instances.
107
107
tc , client = infrastructure .StartNNodeTopology (2 , opts , infra )
@@ -824,7 +824,7 @@ var _ = infrastructure.DatastoreDescribe("_BPF-SAFE_ aggregation of flow log wit
824
824
825
825
opts .ExtraEnvVars ["FELIX_FLOWLOGSFLUSHINTERVAL" ] = "5"
826
826
opts .ExtraEnvVars ["FELIX_FLOWLOGSCOLLECTORDEBUGTRACE" ] = "true"
827
- opts .ExtraEnvVars ["FELIX_FLOWLOGSGOLDMANESERVER" ] = goldmane .LocalGoldmaneServer
827
+ opts .ExtraEnvVars ["FELIX_FLOWLOGSGOLDMANESERVER" ] = goldmane .NodeSocketAddress
828
828
829
829
// Start felix instances.
830
830
tc , client = infrastructure .StartNNodeTopology (2 , opts , infra )
@@ -1573,7 +1573,7 @@ var _ = infrastructure.DatastoreDescribe("_BPF-SAFE_ goldmane flow log with stag
1573
1573
1574
1574
opts .ExtraEnvVars ["FELIX_FLOWLOGSFLUSHINTERVAL" ] = "3"
1575
1575
opts .ExtraEnvVars ["FELIX_FLOWLOGSCOLLECTORDEBUGTRACE" ] = "true"
1576
- opts .ExtraEnvVars ["FELIX_FLOWLOGSGOLDMANESERVER" ] = goldmane .LocalGoldmaneServer
1576
+ opts .ExtraEnvVars ["FELIX_FLOWLOGSGOLDMANESERVER" ] = goldmane .NodeSocketAddress
1577
1577
1578
1578
// Start felix instances.
1579
1579
tc , client = infrastructure .StartNNodeTopology (2 , opts , infra )
0 commit comments