Skip to content
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

R3.0 #476

Open
wants to merge 254 commits into
base: master
Choose a base branch
from
Open

R3.0 #476

wants to merge 254 commits into from

Conversation

jhickman8x3
Copy link

No description provided.

sandip-d and others added 30 commits February 22, 2016 06:39
Change-Id: I4bffae0227c26445c8e6aeee8ecc3b7ffbcf4c36
Change-Id: If9552cad4ab733190ab83d3ae259e88a4a49ad6d
re-enable webui testcases

Change-Id: I9919dba466cbadb378020aaae9b5bfc89a9804f1
* Adding support in test infra to retrieve SRIOV data
* Adding testcase to verify  vf exhaustion and reuse
* Adding test case to verify ping with large mtu

Change-Id: I4fe99a36c3693b38ef940a52f089fc09e32dbd9a
Change-Id: I3b0eb00cfca214cceaedc67787049344307fc8d9
Change-Id: I4785cfc633e760bdd6854dc6c0126a2aff61ed10
Change-Id: I720862b58e2030c93c4523eeb9270c6b5712bcc0
Change-Id: I8232618c1fbf3cfbc8bc876c1109ca4df4d97091
Change-Id: I2037bcd0b72c76ecfd679d7b49dc4d2bfba6e1d0
Ipam creation takes the name of the parent project
from it's connections which points to the admin project.
Changing it to take project name from the parent project
of the calling script, if available.

Change-Id: I86a31e2bbe28cdcb2262f52179d95d4d77306fa0
Change-Id: I823584570c8be297e0e1d7d5332dfe228e85e39f
Change-Id: Ibe921f8e87eb4d4897e1610f42c826a4a274f380
Change-Id: I6f0c6253b56c572e52a132a2820c9e8e7691bdfe
There were old files of flow related tests which
were duplicate of tests under serial_scripts/system_test/flow_tests.
So, entire serial_scripts/flow_tests is being removed and one of the
recent test case comitted to this directory "test_flow_scenarios.py"
is being moved under serial_scripts/system_test/flow_tests.

Change-Id: Idc159036cac1b5f7f4a7ddf19fc9af2680840a67
Removing assumption of vcenter server name

Fixing regression result mail subject issue
Setting SCRIPT_TS from run_tests.sh if not triggered from JENKINS
Change-Id: If56c9c22a17c81244505392cca09e076a51ac884
return false if intf uve doesnt have ip address or vn, so that retry
for vm verification in opserer kicks in. This is intermittently seen
 in ci sanity tests.

Change-Id: Icc36b76337eba295455effe56243fd686d086e07
* Adding the test case to test the handling of broadcast traffic
by vrouter

* Test case broadcast ping from one compute. Monitor on other compute
that it is receving the packet and not sending a copy back.

* It is targeting to verify scenario mentioned in bug 1545229

Change-Id: I1fa410a649ab6079442b2df5fde81250e6203986
1)Added code to get,set forwarding mode to vnc_api_test
2)created test suite to test forwarding modes at global_config and vn level
3)Changes to vm_test to skip some verifications when forwarding mode is set to L2

Change-Id: I8b4d06684634611c333aa80b3e7abc1644f21a2d
…ddress or vn, so that retry for vm verification in opserer kicks in. This is intermittently seen in ci sanity tests." into R3.0
Change-Id: Iaca668e25037c462bef2f05f8ba5f1e0e3f19a18
Zuul and others added 30 commits November 7, 2016 00:00
…are modified.

Default value of hc_max_miss has been changed. Thus, expectations in test cases
have changed.
Also, a restart test case was present in parallel scripts. It was a redundant test case.
Removing that case.

Change-Id: Ic85473b94c4ab01ba27070ae1f6cd018ebacfa29
1]. Passing one port, MAC, VIP and AAP Mode.

Change-Id: I20f3525594be1808af8d3af2192a1ec00a0d6b0f
1]. In active-active mode

Change-Id: Ic11a2237a1e791aeb65c161ecae7faf9161d85aa
Change-Id: I1c1e9166913de7a470593ac77e15674a43ebd4b9
(cherry picked from commit b2087fe)
Conflicts:
	scripts/ecmp/test_ecmp.py
	scripts/vdns/test_vdns.py
	serial_scripts/tor_scale/lib/config.py

Change-Id: Ic66dc4fa4ad38ff7b2a9ba1c3f3bab0508d3678b
secondary Instance IP also exist

This test case adds a regression script to verify bug.no.1645414
DHCP should assign Primary Instance IP as the active IP.

Change-Id: Id44ee0c59c5d786aa86d3aa894de18919affc1ab
1]. Missed during the commit to vcenter-compute to avoid run unsupported features

Change-Id: I3ac68d5dc1c0884d07d948e2d6df99aac7493399
test_public_access_thru_svc_w_fip is valid only with Heatv2 and SVCv2.

Change-Id: Ibc1c5907b1d4c0175b57b1c539289d5d6c2238af
Earlier, the sport value was hard coded to 0.
Recently, some change was done in ICMP traffic generation through
scapy to distinguish 2 different ping streams.
A header ID was introduced which randomize the sport of flow.
Thus, the harcoded value of '0' can no longer be used to capture
a flow. It has to be dynamically identified.

Change-Id: I5614258d033d044b074b0b5d8c329eb5a8c515d2
1]. In active-active mode.
2]. FIP-AAP scenario.

Change-Id: I90c6588cf1b33504d5d797f06e25feffe08143a3
1]. To ensure proper cleanup upon failures,
    disassoc_fip() & del_fip() calls added to addCleanup()

Change-Id: If8cc2e242ee1d9cb3e31b75ab8f46763cb00aeeb
Change-Id: I941f052f717bab86f94ae06cc878ac73cee6323e
Change-Id: I7093f9144715056847f5a846300de3d356007801
Change-Id: Icf3f35e2a12017c9297eb8810a4d950b5964eed4
proc edit_vn_with_route_target is modified

Change-Id: I9975146ddda89da69491d0e6769abf07fadef9ef
Reviewed: Jeba Paulaiyan, Senthilnathan Murugappan
Approved: Jeba Paulaiyan
Owner: Manish KN
Change-Id: I63adb4194cd6e21a71a920c1423a9ca10bda5bac
Change-Id: I39de19d5b443d9ae8187bc41c84525377c682fc1
(cherry picked from commit eab23c0)
(cherry picked from commit a21ffe9)
Change-Id: Idb13b378717f949843db0c0954122d7eadcd92bb
1) update the test to use ubuntu-traffic image for ipv6 tftp
2) set self.orch in svcv2mirror base class

Change-Id: I1b7c1af4d6bf34644efa2a252ee3c9483fd00556
(cherry picked from commit 346d836)
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.

None yet