Skip to content
Snippets Groups Projects
Commit 3e73aade authored by Oliver Herms's avatar Oliver Herms
Browse files

Fix test

parent 229843ad
No related branches found
No related tags found
No related merge requests found
...@@ -26,6 +26,7 @@ func TestMetrics(t *testing.T) { ...@@ -26,6 +26,7 @@ func TestMetrics(t *testing.T) {
expected := []*metrics.VRFMetrics{ expected := []*metrics.VRFMetrics{
{ {
Name: "green", Name: "green",
RD: 0,
RIBs: []*metrics.RIBMetrics{ RIBs: []*metrics.RIBMetrics{
{ {
Name: "inet.0", Name: "inet.0",
...@@ -43,6 +44,7 @@ func TestMetrics(t *testing.T) { ...@@ -43,6 +44,7 @@ func TestMetrics(t *testing.T) {
}, },
{ {
Name: "red", Name: "red",
RD: 1,
RIBs: []*metrics.RIBMetrics{ RIBs: []*metrics.RIBMetrics{
{ {
Name: "inet.0", Name: "inet.0",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment