example: Add BGP EVPN example
This commit is contained in:
parent
97b957742f
commit
830d17ba27
9 changed files with 155 additions and 0 deletions
8
examples/evpn_router/test/evpn_router_test.exs
Normal file
8
examples/evpn_router/test/evpn_router_test.exs
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
defmodule EvpnRouterTest do
|
||||
use ExUnit.Case
|
||||
doctest EvpnRouter
|
||||
|
||||
test "greets the world" do
|
||||
assert EvpnRouter.hello() == :world
|
||||
end
|
||||
end
|
||||
1
examples/evpn_router/test/test_helper.exs
Normal file
1
examples/evpn_router/test/test_helper.exs
Normal file
|
|
@ -0,0 +1 @@
|
|||
ExUnit.start()
|
||||
Loading…
Add table
Add a link
Reference in a new issue