diff --git a/clab/config_test.go b/clab/config_test.go index 96587ea9e0..74d618fafc 100644 --- a/clab/config_test.go +++ b/clab/config_test.go @@ -394,7 +394,7 @@ func TestLabelsInit(t *testing.T) { want: map[string]string{ labels.Containerlab: "topo1", labels.NodeName: "node1", - labels.NodeKind: "srl", + labels.NodeKind: "nokia_srlinux", labels.NodeType: "ixrd2", labels.NodeGroup: "", labels.NodeLabDir: "../clab-topo1/node1", @@ -407,7 +407,7 @@ func TestLabelsInit(t *testing.T) { want: map[string]string{ labels.Containerlab: "topo1", labels.NodeName: "node2", - labels.NodeKind: "srl", + labels.NodeKind: "nokia_srlinux", labels.NodeType: "ixrd2", labels.NodeGroup: "", labels.NodeLabDir: "../clab-topo1/node2", @@ -421,7 +421,7 @@ func TestLabelsInit(t *testing.T) { want: map[string]string{ labels.Containerlab: "topo2", labels.NodeName: "node1", - labels.NodeKind: "srl", + labels.NodeKind: "nokia_srlinux", labels.NodeType: "ixrd2", labels.NodeGroup: "", labels.NodeLabDir: "../clab-topo2/node1", @@ -435,7 +435,7 @@ func TestLabelsInit(t *testing.T) { want: map[string]string{ labels.Containerlab: "topo3", labels.NodeName: "node2", - labels.NodeKind: "srl", + labels.NodeKind: "nokia_srlinux", labels.NodeType: "ixrd2", labels.NodeGroup: "", labels.NodeLabDir: "../clab-topo3/node2", diff --git a/clab/inventory_test.go b/clab/inventory_test.go index 860f7218ec..7e24734bca 100644 --- a/clab/inventory_test.go +++ b/clab/inventory_test.go @@ -45,7 +45,7 @@ func TestGenerateAnsibleInventory(t *testing.T) { linux: hosts: clab-topo8_ansible_groups-node4: - srl: + nokia_srlinux: hosts: clab-topo8_ansible_groups-node1: ansible_host: 172.100.100.11