Skip to content

Commit

Permalink
more srl squashing
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Dec 20, 2023
1 parent 7d5f261 commit b775120
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions clab/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion clab/inventory_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b775120

Please sign in to comment.