Skip to content

Commit

Permalink
Add gRPC test topology
Browse files Browse the repository at this point in the history
  • Loading branch information
ipspace committed Sep 12, 2023
1 parent 8253fd8 commit 33c6f86
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 7 deletions.
8 changes: 2 additions & 6 deletions netsim/templates/tests/clab.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
#
# Simple libvirt lab using three Cumulus VX devices
# Simple clab lab using three FRR containers
#
---
defaults:
device: cumulus
defaults.device: frr

provider: clab

module: [ ospf ]
nodes:
s1:
clab.runtime: docker
s2:
clab.runtime: docker
s3:
clab.runtime: docker
links: [ s1-s2, s2-s3,s1-s2-s3 ]
16 changes: 16 additions & 0 deletions netsim/templates/tests/grpc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#
# Simple clab lab using gRPC configuration
#
---
defaults.device: srlinux
provider: clab

module: [ ospf ]
nodes:
s1:
clab.runtime: docker
s2:
clab.runtime: docker
s3:
clab.runtime: docker
links: [ s1-s2, s2-s3,s1-s2-s3 ]
2 changes: 1 addition & 1 deletion netsim/templates/tests/virtualbox.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Simple libvirt lab using three Cumulus VX devices
# Simple Virtualbox lab using three Cumulus VX devices
#
---
defaults:
Expand Down

0 comments on commit 33c6f86

Please sign in to comment.