-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SFLOW-1: Configuring sflow collector respective to IPv4 and IPv6 #3471
Conversation
Following changes are made - 1. Removing explicit_interface_in_default_vrf, considering test is using non-default VRF mvrf1 for the interface. 2. Based on discussion b/290965827, refactoring the sflow collector configurations to be part of respective V4 and V6 test. "This code is a Contribution to the OpenConfig Feature Profiles project ("Work") made under the Google Software Grant and Corporate Contributor License Agreement ("CLA") and governed by the Apache License 2.0. No other rights or licenses in or to any of Nokia's intellectual property are granted for any other purpose. This code is provided on an "as is" basis without any warranties of any kind."
Pull Request Functional Test Report for #3471 / 1ecf1bbVirtual Devices
Hardware Devices
|
Pull Request Test Coverage Report for Build 12636405277Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
generation. "This code is a Contribution to the OpenConfig Feature Profiles project ("Work") made under the Google Software Grant and Corporate Contributor License Agreement ("CLA") and governed by the Apache License 2.0. No other rights or licenses in or to any of Nokia's intellectual property are granted for any other purpose. This code is provided on an "as is" basis without any warranties of any kind."
/fptest virtual |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
LGTM!
/fptest virtual |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
…nconfig#3471) * SFLOW-1: Configuring sflow collector respective to IPv4 and IPv6 Following changes are made - 1. Removing explicit_interface_in_default_vrf, considering test is using non-default VRF mvrf1 for the interface. 2. Based on discussion b/290965827, refactoring the sflow collector configurations to be part of respective V4 and V6 test. "This code is a Contribution to the OpenConfig Feature Profiles project ("Work") made under the Google Software Grant and Corporate Contributor License Agreement ("CLA") and governed by the Apache License 2.0. No other rights or licenses in or to any of Nokia's intellectual property are granted for any other purpose. This code is provided on an "as is" basis without any warranties of any kind." * Updating script to send 10M+ packets to have consistency with the sample generation. "This code is a Contribution to the OpenConfig Feature Profiles project ("Work") made under the Google Software Grant and Corporate Contributor License Agreement ("CLA") and governed by the Apache License 2.0. No other rights or licenses in or to any of Nokia's intellectual property are granted for any other purpose. This code is provided on an "as is" basis without any warranties of any kind." * Incorporating changes based on reveiw comment * Updating sflow packet count with tolerance check to 8 from 9 for consistency * Incorporating review comment * Optimizing to avoid duplicate variables
…nconfig#3471) * SFLOW-1: Configuring sflow collector respective to IPv4 and IPv6 Following changes are made - 1. Removing explicit_interface_in_default_vrf, considering test is using non-default VRF mvrf1 for the interface. 2. Based on discussion b/290965827, refactoring the sflow collector configurations to be part of respective V4 and V6 test. "This code is a Contribution to the OpenConfig Feature Profiles project ("Work") made under the Google Software Grant and Corporate Contributor License Agreement ("CLA") and governed by the Apache License 2.0. No other rights or licenses in or to any of Nokia's intellectual property are granted for any other purpose. This code is provided on an "as is" basis without any warranties of any kind." * Updating script to send 10M+ packets to have consistency with the sample generation. "This code is a Contribution to the OpenConfig Feature Profiles project ("Work") made under the Google Software Grant and Corporate Contributor License Agreement ("CLA") and governed by the Apache License 2.0. No other rights or licenses in or to any of Nokia's intellectual property are granted for any other purpose. This code is provided on an "as is" basis without any warranties of any kind." * Incorporating changes based on reveiw comment * Updating sflow packet count with tolerance check to 8 from 9 for consistency * Incorporating review comment * Optimizing to avoid duplicate variables
Following changes are made -
-
packetsToSend
is updated from 1M to 10M, andppsRate
from 100k to 300k.- Considering increase in traffic packets, now script expecting minimum 8 samples (with tolerance) instead of only 1 sample (from 1M traffic packets) earlier.
"This code is a Contribution to the OpenConfig Feature Profiles project ("Work") made under the Google Software Grant and Corporate Contributor License Agreement ("CLA") and governed by the Apache License 2.0. No other rights or licenses in or to any of Nokia's intellectual property are granted for any other purpose. This code is provided on an "as is" basis without any warranties of any kind."