Skip to content

Commit d1c5260

Browse files
Enable bmp table dump before all test cases (sonic-net#17963)
What is the motivation for this PR? Enable bmp table dump before all test cases as pre-condition How did you do it? update ansible/config_sonic_basedon_testbed.yml and add one blocl How did you verify/test it? validation will cover it.
1 parent 3fa6c24 commit d1c5260

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

ansible/config_sonic_basedon_testbed.yml

+11
Original file line numberDiff line numberDiff line change
@@ -742,6 +742,17 @@
742742
service: name=chrony state=restarted enabled=true
743743
when: chrony_service.status.LoadState != "not-found"
744744

745+
- name: Enable bmp relevant config dump
746+
block:
747+
- name: execute cli "config bmp enable bgp-neighbor-table" to enable bgp-neighbor-table
748+
shell: sudo config bmp enable bgp-neighbor-table
749+
750+
- name: execute cli "config bmp enable bgp-rib-in-table" to enable bgp-rib-in-table
751+
shell: sudo config bmp enable bgp-rib-in-table
752+
753+
- name: execute cli "config bmp enable bgp-rib-out-table" to enable bgp-rib-out-table
754+
shell: sudo config bmp enable bgp-rib-out-table
755+
745756
- name: config static route for trex traffic passthrough
746757
become: true
747758
command: "{{ item }}"

0 commit comments

Comments
 (0)