Skip to content

Conversation

@joannalye
Copy link
Owner

No description provided.

hubogee and others added 5 commits June 21, 2024 15:03
* Updated testbed

* Update cleanConfig.yml

Added new line

* Update cleanConfig_sit.yml
* QUAGGA_CONFIG update

QUAGGA_CONFIG there is no policy (route-map) defined for peer-group IXIA. Due to that it is not able to receive routes In/Out. If we add “no bgp ebgp-requires-policy”, it advertises and receives the routes from other peers and traffic flows fine.

* print ixia app error log

added code to print ixia error log when
start_protocols
stop_protocols

---------

Co-authored-by: vkuma82 <kumarvinod82@yahoo.com>
Signed-off-by: hubogee <hubogee@gmail.com>
Signed-off-by: hubogee <hubogee@gmail.com>
self.log.info('Verify if cloned repo test branch has files in it')
output = Utilities.runLinuxCmd('ls', cwd=self.testIdTestingBranch, logObj=self.log)
if len(output) > 0:
self.log.info('Verified cloned files!')
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In my opinion that could make it harder for PR owner to go over the code comments when addressing them as they'd have to open them one by one.

On the other hand, as a reviewer I might want to collapse all comments to focus on reading the code and only open comments to see if someone already commented the same thing at the same code location before adding a comment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants