-
Notifications
You must be signed in to change notification settings - Fork 26
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
R2.22.x #79
Open
pulkitt
wants to merge
267
commits into
master
Choose a base branch
from
R3.0
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Change-Id: I28bde0338bbead5a47d6d34bd93696b32f4be23d
Adding test cases for: 1. server-provisioning with tag. 2. add compute by provisioning with tag. 3. delete compute by provisioning with tag. Change-Id: I042dd648efc417a4bb0dd05889be203af5d66553
by discovery Changes include few test script changes similar to commit https://review.opencontrail.org/#/c/20004/ Changes also include the new introspect function to find the associated DNS server with a vrouter so that default DNS records can be searched on that DNS server only. Change-Id: I4f399f41e43e5f9ba2d6736f87937dd103b5e24c
This patch is to support providing test tags to testrunner, so that one can use it to run subset of tests using the tags. Change-Id: Ia7427d9d5b7aff8d02cd4aeb638427d1511a92de
Change-Id: I5585d5cd072c3d0fff606abc3ff7ba6812db28ff
Change-Id: If97fe083125ae87195aa7e13de53709814c7b8db
Change-Id: Id30098481ff241390e7a330feba64ba099852122
tools/configure.py to setup webui sanity requirements, in case webui=True set in testbed.py. Change-Id: I9a2fe56f6c4ad494cfc8d5a1aa5d5384715f240e
…er by discovery" into R3.0
… avoid race condition" into R3.0
Enhance hping3 class to be able to have multiple instances of hping3 on a VM at the same time Change-Id: Ib8c2b7c01b5e47c6422fa8c7c259d922061da6f4
Skipping supervisor-config on single node sanity as stopping supervisor-config disturbs contrail-alarm-gen Change-Id: Id447813172baba77618ee5fc13c9a26ea4635e8a
Change-Id: Ib737af6c304056e09fe0c784bf0ca9356a92b0f9
Get_vm_ips after VM is fully up Change-Id: I80ffb18a4f83d3831b7fe4124fcdb4481c989a27
between 2 flows. This correction addresses that change. Change-Id: I134f6e4c074532ee1180cedeb783862cfaeecebf
… 2 flows. This correction addresses that change." into R3.0
1. AAP in active-active mode. 2. FIP-AAP scenario. Change-Id: Ia076d47a0ff9f41d350de323bf973ee9b7c4eec4
Conflicts: fixtures/vnc_api_test.py Change-Id: Iab9caa642773b84326f92521408dc2c0b75c4a20
1) Add delay when starting keepalived 2) Add read api to read pcap Change-Id: Ibd08366ad6d84ab01316695af0b05c8f7a462693
1]. Using kwargs.get(vmi_id) to avoid getting KeyError. 2]. Changing add_allowed_pair to add_allowed_address_pair. Change-Id: I9840473c19c2476663172939cac12d47e21a9640
Change-Id: Ibf9fc0c268dd8acdac17a093060937bdca58e393
Closes-Bug:#1665185 Change-Id: I971cfcef94c9694503cab026b3b98e5b99837ecc
Closes-Bug:#1666740 Change-Id: I1124815492846f68eaee4ad92a83e7f32773a10c
…1665185 Closes-Bug:#1665185" into R3.0
Change-Id: I6c76e7629028c7b185344f605eda94244d3f4f1f
2. Enhaced SVM/end VM launching to take node_name as parameter. 3. Added provision to "distribute" or "non-distribute" SVMs/VMs Change-Id: I1a1cbaf1735339c22cba16d354c713d31014ae08
Change-Id: I402a96b0416a0da30697bac7cb8f768d3be9ed66 (cherry picked from commit dc8f449)
Change-Id: Ic52bc1f27b18732fa620bbe522758aca1ab1d27c
Change-Id: I973dd04d806d5f593e50e34fc7afa9148ffa9c07
Change-Id: I77c8a345dae18c68bed9067e4dda68a1db8d96ad
Change-Id: I7bf2b2a020c213d2569fbdd0ac2ec8839e023b2d
Change-Id: Ib43b006528159195c51d25afc5f9252f32e99c97
Change-Id: Id02e8a8941a93ac47d263ad756e4293add650f45
Change-Id: I0ccacd7c3461e12704d55022135dbbaad269e592
A few things make this script a bit more maintainable and usable, and fixes for some things that were broken: - Do not use 'bash -x'; provide an env var to control/set - The xtrace_status function did not work correctly, it would always turn on xtrace, even when not enabled - Use "quiet" options for apt-get and wget to cut down on verbosity [ uses same env var as xtrace/set -x to control/set ] - Use bash array var's to make it easier to maintain list of packages that need to be installed (and use sorting in those lists) - Remove the redundancies in these lists so that it is easier to see the differences between (e.g.) ub14 and ub16 package lists - Make sure that we properly install firefox and friends when we are building containers from pre-built artifacts - Have fail() function emit '*** ERROR' so that this script better conforms to how make, gcc, etc, output error messages - Some misc style clean-up in conditionals, cleaning up excess whitespace Conflict resolution vs mainline commit: - R3* have no support for ub16, so diff is somewhat simplified - No RALLY support Change-Id: I1713e73c6885aa082910edd413063722db1e1998 Partial-Bug: 1685303
Change-Id: I7e3e59f437cdcc16e888d61c2ff38d4f47769c9b
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.