Dmitriy Rabotyagov 00534ccaf8 Add second router for BGP configuration
This patch adjusts CI test and adds support to configure FRR bgpd

Change-Id: I451438a9c1a12025af3439895338829b7d5f178f
2020-07-09 15:15:16 +03:00

34 lines
572 B
YAML

---
- nodeset:
name: debian-buster-2-node
nodes:
- name: primary
label: debian-buster
- name: secondary
label: debian-buster
groups:
- name: switch
nodes:
- primary
- name: peers
nodes:
- primary
- secondary
- job:
name: ffrouting-deploy
parent: base
run: tests/test.yml
nodeset: debian-buster-2-node
- project:
check:
jobs:
- ffrouting-deploy
- tox-linters
gate:
jobs:
- ffrouting-deploy
- tox-linters