File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 11
11
options :
12
12
- master
13
13
- pull/15608/head
14
+ - frr-10.0
14
15
- frr-9.1
15
16
- frr-9.0.2
16
17
- frr-8.5.4
80
81
libsqlite3-dev
81
82
libzmq5
82
83
libzmq3-dev
84
+ python3-pytest
83
85
- name : libyang ${{ inputs.libyang-versions }} ${{ matrix.compiler }}
84
86
uses : actions/checkout@v4
85
87
with :
@@ -130,6 +132,10 @@ jobs:
130
132
--with-moduledir=\${prefix}/lib/frr/modules \
131
133
--enable-configfile-mask=0640 \
132
134
--enable-logfile-mask=0640 \
135
+ --enable-vtysh \
136
+ --enable-pimd \
137
+ --enable-pim6d \
138
+ --enable-sharpd \
133
139
--enable-snmp=agentx \
134
140
--enable-multipath=64 \
135
141
--enable-user=frr \
@@ -138,4 +144,6 @@ jobs:
138
144
--with-pkg-git-version \
139
145
--with-pkg-extra-version=-MyOwnFRRVersion &&
140
146
make -j $(nproc) &&
141
- sudo make install
147
+ sudo make install &&
148
+ cd tests/topotests &&
149
+ cd all_protocol_startup && pytest-3 -s -v
You can’t perform that action at this time.
0 commit comments