Peter Gubka [Sun, 7 May 2017 16:15:23 +0000 (18:15 +0200)]
Fix documentation tag
Change-Id: Ibe8c7de07e7d4ff2c8e7d99526be2ca956e5df5d
Signed-off-by: Peter Gubka <pgubka@cisco.com>
Peter Gubka [Sun, 7 May 2017 15:36:50 +0000 (17:36 +0200)]
Make tests critical by removing no_tags var
Change-Id: I5d43a90b433251987388f92826f9ad5e5c7a1cf1
Signed-off-by: Peter Gubka <pgubka@cisco.com>
Peter Gubka [Sun, 7 May 2017 14:37:47 +0000 (16:37 +0200)]
Remove invalid test case
Invoking rpc hots several problems including aaa even local
implementations is present. See comments 8207, 8214.
Change-Id: Iee50c9a94bac6104f4d1b2aa0594b9754fa58790
Signed-off-by: Peter Gubka <pgubka@cisco.com>
Peter Gubka [Sat, 6 May 2017 08:22:10 +0000 (10:22 +0200)]
Add critical default tags to ddb restart suites
Change-Id: I23227368615125adda5a11d380d878e5812c8d3c
Signed-off-by: Peter Gubka <pgubka@cisco.com>
Peter Gubka [Sun, 7 May 2017 09:27:31 +0000 (11:27 +0200)]
Change transactions type to chained
Change-Id: Ifeada1d254fbe1b80c4907dc62b3aa83ad4db47e
Signed-off-by: Peter Gubka <pgubka@cisco.com>
Peter Gubka [Sat, 6 May 2017 07:05:54 +0000 (09:05 +0200)]
Fix bugs in DdbCommons.robot
Change-Id: I93c0b5320514cda27cdd80db9cd68ed59cf5467e
Signed-off-by: Peter Gubka <pgubka@cisco.com>
Peter Gubka [Fri, 5 May 2017 16:32:45 +0000 (18:32 +0200)]
Add verify shards after isolated node rejoin
Change-Id: I1181b141b6b1488c313e0059d2c0be61c2602957
Signed-off-by: Peter Gubka <pgubka@cisco.com>
Peter Gubka [Fri, 5 May 2017 11:02:24 +0000 (13:02 +0200)]
Set http_timeout=30 for several controller suites
Change-Id: Ibaec937c5f13986b3919fdfac1485fd97c7a9147
Signed-off-by: Peter Gubka <pgubka@cisco.com>
Peter Gubka [Fri, 5 May 2017 20:00:48 +0000 (22:00 +0200)]
Add info logs into MdsalLowlevelPy.py lib
Change-Id: I272d9476e3f55b9a68ea503e38714226dfe56dd0
Signed-off-by: Peter Gubka <pgubka@cisco.com>
Peter Gubka [Sun, 7 May 2017 11:04:13 +0000 (13:04 +0200)]
Add odl restart after before each suite
Change-Id: Ideb6796a5d543dc30d57fffdf554d6b8faae1300
Signed-off-by: Peter Gubka <pgubka@cisco.com>
Valentina Krasnobaeva [Tue, 11 Apr 2017 13:09:30 +0000 (15:09 +0200)]
IPv6: add ${IPV6_TABLE} with pipeline number
Add ${IPV6_TABLE} variable, which is using by
basic_ipv6_vpnservice.robot to check OVS pipelines.
Change-Id: I7afc9c40f3c6187c2ffba234548ddbde31744546
Signed-off-by: Valentina Krasnobaeva <valentina.krasnobaeva@6wind.com>
Acked-by: Philippe Guibert <philippe.guibert@6wind.com>
Valentina Krasnobaeva [Tue, 11 Apr 2017 13:09:08 +0000 (15:09 +0200)]
IPv6: add keywords to work with IPv6 addresses
* Add keyword "Collect VM IPv6 SLAAC Addresses"
to obtain IPv6 addresses from nova
console-log output.
* Add keyword "Test Operations From Vm Instance
with IPv6 GUA" to perform some commands like
"route" and "ip" with arguments list related
to IPv6.
Change-Id: Ibdc0cf0445e05caddd6bb26b468a15793cc7203e
Signed-off-by: Valentina Krasnobaeva <valentina.krasnobaeva@6wind.com>
Acked-by: Philippe Guibert <philippe.guibert@6wind.com>
rahul.agarwal [Thu, 13 Apr 2017 13:49:43 +0000 (19:19 +0530)]
Verify routes are learnt through GARP requests
Gratuitous ARP or GARP advertise the source IP
address to other nodes in the broadcast group.
Change-Id: Ieb4ba59d1ce204e12368b4acf9adbd3aef63b5e7
Signed-off-by: rahul.agarwal <rahul.agarwal3@tcs.com>
Peter Gubka [Thu, 4 May 2017 12:54:41 +0000 (14:54 +0200)]
Add wuks for new leader after replica removed
Change-Id: I377d4b7fb2f084960f5e0261a51e9089e20a6974
Signed-off-by: Peter Gubka <pgubka@cisco.com>
Peter Gubka [Fri, 5 May 2017 06:48:43 +0000 (08:48 +0200)]
Add http_timeout=10 for ddb suites
When checking the shard leadership, the default 1s timeout
is not enough.
Change-Id: Ia7ea4c2c4b62cc4552d4be343df6e9b51371873c
Signed-off-by: Peter Gubka <pgubka@cisco.com>
Peter Gubka [Thu, 4 May 2017 04:21:21 +0000 (06:21 +0200)]
Add bgp suites with explicit shard leader location
Suites add 300k prefixes when rib owner is on the same/different
odl node as default/topology (config and operational) shard
leader.
In PrefixcountKeywords.robot the http sessions are created with
timeout=40. It is due to a big size of the http response when
all 300k or 1M prefixes are requested for counting.
Change-Id: I2e816df917402af71f51fe093553a072cc44e2a9
Signed-off-by: Peter Gubka <pgubka@cisco.com>
Jamo Luhrsen [Mon, 1 May 2017 23:54:21 +0000 (16:54 -0700)]
BUG 8280: CSIT reproduction
Change-Id: I2d10aab725ff43c487c4ecfd185c76ab70c6d821
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
lgiersch [Wed, 3 May 2017 18:15:05 +0000 (11:15 -0700)]
Add another test case to clustered reconciliation
Change-Id: Idf35de62db7e3197b8ccadf8cdae9f9d66af1af5
Signed-off-by: lgiersch <lgiersch@brocade.com>
Peter Gubka [Thu, 4 May 2017 12:33:17 +0000 (14:33 +0200)]
Modify suites to stop checking isolated node
Change-Id: I3d4442dd7a674a9e2a48d5eb501b9cab0c379119
Signed-off-by: Peter Gubka <pgubka@cisco.com>
Vratko Polak [Thu, 4 May 2017 13:03:38 +0000 (15:03 +0200)]
Clean data when switching tell-base protocol.
That is to make sure persisted data does not create failures.
That can be reverted when suite results are stable enough.
SSHKeywords.Run_Keyword_With_Ssh added to be more defensive
against situation when inner failure prevents session restore.
ClusterManagement.Check_Bash_Command_On_List_Or_All added
to rely on this defensivenes when running bash commands
with logging and checks.
Change-Id: I9ac004324f06646aec582987cd4665a61db88b4f
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
Peter Gubka [Thu, 4 May 2017 06:27:12 +0000 (08:27 +0200)]
Add prefix shards ddb suites for tell-based=false
into the controlloer-clustering testplan.
Change-Id: Idf1b79eba1412272af4349cea835fe64d0ade2a3
Signed-off-by: Peter Gubka <pgubka@cisco.com>
Peter Gubka [Wed, 3 May 2017 12:37:29 +0000 (14:37 +0200)]
Fix wrong keyword names
Change-Id: Ie564176bcfdf0cfb7df48d4404adc7f8a70ea270
Signed-off-by: Peter Gubka <pgubka@cisco.com>
Peter Gubka [Thu, 20 Apr 2017 13:14:58 +0000 (15:14 +0200)]
Add prefix based shard dom-data-broker suites
Change-Id: I54326b1aefa5e9beacaab5b8a418d9ab93a9c7e7
Signed-off-by: Peter Gubka <pgubka@cisco.com>
Peter Gubka [Tue, 2 May 2017 14:33:33 +0000 (16:33 +0200)]
Fix suites based on bug 8207
There is a time for akka to remove the node from the cluster. This time
is usually longer than the time when remaining/unisolated nodes elect
a new owner. The node which was and is follower still keeps a reference
to the isolated node until akka notification.
Wait is needed, WUSK were added to wait longer for cluster to work as
expected.
Change-Id: Ifda89ca6e4370282ef98c11ec5a837485c72279b
Signed-off-by: Peter Gubka <pgubka@cisco.com>
Len Giersch [Tue, 25 Apr 2017 17:56:08 +0000 (10:56 -0700)]
Add tests to clustered reconciliation
Change-Id: Ic765b269ab9e74ac1e62dc41e1b2a28ce1b477a5
Signed-off-by: Len Giersch <lgiersch@brocade.com>
Nazeerahamed Hunshyal [Tue, 2 May 2017 22:18:06 +0000 (15:18 -0700)]
CSIT Genius ITM TC-IPv4/v6 datastaore validation
Change-Id: I43fb6c491777d2129107e65fad2fcfc8bb518c34
Signed-off-by: Nazeerahamed Hunshyal <nazeerahamed.hunshyal@tcs.com>
gvrangan [Thu, 27 Apr 2017 17:17:17 +0000 (22:47 +0530)]
Fix for Test Failure in VTN Openstack Integration
The test for verifying flow entry is not intended for VTN.
This patch validates the feature tested and skips the test case of VTN
is installed.
Change-Id: Ic389c9e4ec63e24466ea51628f65d9ef23855251
Signed-off-by: gvrangan <venkatrangang@hcl.com>
Vratko Polak [Thu, 27 Apr 2017 15:34:55 +0000 (17:34 +0200)]
Tweak http connection parameters
Add default arguments to TemplatedRequests and ClusterManagement.
Change-Id: Ib2954f974dbb836726f2f19a035d936575455d3e
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
Alon Kochba [Sun, 26 Mar 2017 12:36:22 +0000 (15:36 +0300)]
Remove VLAN from external network
Depends-On: https://git.opendaylight.org/gerrit/53688
Depends-On: https://git.opendaylight.org/gerrit/53860
Change-Id: Ic77bd09fb09c3a0166d7dff7405ffe4ae828e3b2
Signed-off-by: Alon Kochba <alonko@hpe.com>
Peter Gubka [Thu, 27 Apr 2017 18:52:27 +0000 (20:52 +0200)]
Create longevity suite for bgp ingest scenario
Change-Id: I1645b299635e1064dcb499712fc8df10f1696f59
Signed-off-by: Peter Gubka <pgubka@cisco.com>
Peter Gubka [Fri, 28 Apr 2017 12:31:09 +0000 (14:31 +0200)]
Run shard related suites on both protocols
Change-Id: I3c0ef2ac4797400dcc1be76f39dc82419b3cf5bd
Signed-off-by: Peter Gubka <pgubka@cisco.com>
Peter Gubka [Thu, 13 Apr 2017 17:27:51 +0000 (19:27 +0200)]
Add explicit leader movement longevity suite
Change-Id: I6139cc3075cbaa2cc0d36dedaf0573eaed0b70d5
Signed-off-by: Peter Gubka <pgubka@cisco.com>
Vratko Polak [Thu, 27 Apr 2017 15:52:16 +0000 (17:52 +0200)]
Minimize connection time in new BGP cluster suites
Change-Id: I5a5fa3623c9f8aa3e5a1cd19184a983078a6f321
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
Peter Gubka [Thu, 27 Apr 2017 14:02:42 +0000 (16:02 +0200)]
Modify bgp clustering testplan
At start 300k and 1M prefixes will be tested with default
configuration (tell-based=false)
and after restart again with 300k and 1M with tell-based=true
Change-Id: I8e6d426c8af6ad391196cd3b1df547046453e279
Signed-off-by: Peter Gubka <pgubka@cisco.com>
Josh [Wed, 26 Apr 2017 12:50:00 +0000 (15:50 +0300)]
Add logging of operational port status
See: https://git.opendaylight.org/gerrit/#/c/51554/
Change-Id: Ieec3c7d911020d3091a49274ae3677cfec7c4629
Signed-off-by: Josh <jhershbe@redhat.com>
Suvitha.balu [Fri, 24 Mar 2017 11:50:11 +0000 (17:20 +0530)]
TC for network,subnet and port update usecase
Change-Id: I14a2c2974005e52201f3473dd2aef7dd0c5d8349
Signed-off-by: Suvitha.balu <suvitha.balu@tcs.com>
Peter Gubka [Thu, 27 Apr 2017 14:13:11 +0000 (16:13 +0200)]
Add restart_odl_with_tell_based_false suite
After dom-data-broker tests a which to tell-based=false
settings is done.
Change-Id: I9e6687073f19da40cd6a5e393691661a407d023f
Signed-off-by: Peter Gubka <pgubka@cisco.com>
Peter Gubka [Thu, 27 Apr 2017 13:34:22 +0000 (15:34 +0200)]
Add testing with tell-based=true
Same suites are addded into the testplan when odl is restarted
with flag use-tell-based-protocol=true.
B abd Be testplans has to be created because they dont have such a flag.
Change-Id: Ia678edd0308f8b8d805015187f635d8099a84173
Signed-off-by: Peter Gubka <pgubka@cisco.com>
Peter Gubka [Thu, 27 Apr 2017 13:26:30 +0000 (15:26 +0200)]
Fix suite path in testplan
Change-Id: I2f6149e4d7d24bda7e81153f8ce7993a0f22234e
Signed-off-by: Peter Gubka <pgubka@cisco.com>
Peter Gubka [Thu, 27 Apr 2017 13:05:27 +0000 (15:05 +0200)]
Reorder controller-clustering suites
Change-Id: I0eef99c79f0d6ef3faa70397bd16228f142cee45
Signed-off-by: Peter Gubka <pgubka@cisco.com>
Peter Gubka [Thu, 9 Feb 2017 13:09:25 +0000 (14:09 +0100)]
Add suite for prefixcounting and shard monitoring
Change-Id: I512eb830c0c9e7deeae62ec1748255ec276cbef2
Signed-off-by: Peter Gubka <pgubka@cisco.com>
Jamo Luhrsen [Wed, 29 Mar 2017 18:59:00 +0000 (11:59 -0700)]
Refactor Copy File To Remote System keyword
- this is per comments here:
https://git.opendaylight.org/gerrit/#/c/53812/6/csit/libraries/SSHKeywords.robot@194
Change-Id: I13794fe7e975d7a1e0ab16e90a90624f1464d636
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
Suvitha.balu [Fri, 7 Apr 2017 20:43:38 +0000 (02:13 +0530)]
BGP validation with Vpnservice
Change-Id: I964f2e254c4d7d68f83d7781e3a18ffaf178b036
Signed-off-by: Suvitha.balu <suvitha.balu@tcs.com>
Peter Gubka [Wed, 26 Apr 2017 10:08:58 +0000 (12:08 +0200)]
Add shard leader verification after odl restart
Change-Id: Icf24cead43f1dd12a2c0a6267c8f5d57a3266c02
Signed-off-by: Peter Gubka <pgubka@cisco.com>
Peter Gubka [Wed, 26 Apr 2017 07:49:25 +0000 (09:49 +0200)]
Add dom-data-broker suites to controller testplan
Change-Id: I6b81453b8b28be5898ade9b7beafa5d9fcb70368
Signed-off-by: Peter Gubka <pgubka@cisco.com>
Peter Gubka [Fri, 21 Apr 2017 16:28:26 +0000 (18:28 +0200)]
Move car_outage_corners to its previous possition
Removes the suite restart_odl_with_tell_based_false because
this configuration is not needed any longer as no suites
will follow. Dom data broker suites will be added after
restart_odl_with_tell_based_true and the the job may end.
Change-Id: I2339a7dc2a9d2ddfd622f1c55a047314d1eba97c
Signed-off-by: Peter Gubka <pgubka@cisco.com>
abbas [Mon, 24 Apr 2017 07:13:55 +0000 (00:13 -0700)]
Second Network Addition For Suite1
Change-Id: I928016d62df8b5d3c725216fb8efb71aebe432eb
Signed-off-by: abbas <abbas.pareedkunju@tcs.com>
Peter Gubka [Tue, 21 Mar 2017 11:32:08 +0000 (12:32 +0100)]
Add initial files for dom data broker testing
Change-Id: Ib45527e7a565ab8283c0d5f2fffd023274e6e20f
Signed-off-by: Peter Gubka <pgubka@cisco.com>
Suvitha.balu [Tue, 28 Mar 2017 09:05:01 +0000 (14:35 +0530)]
Un-comment ELANservice suite with additional TC
Change-Id: Id6a9191e437c7efff1388477a5b2dd10a7c45027
Signed-off-by: Suvitha.balu <suvitha.balu@tcs.com>
Vratko Polak [Mon, 24 Apr 2017 14:53:59 +0000 (16:53 +0200)]
Add bindingv1 component nickname to NexusKeywords
+ Edit the suite to use new shorter nickname.
Change-Id: Ia0fc577dc2a520847f4c255e1f68cc5500c9ce20
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
Luis Gomez [Fri, 21 Apr 2017 23:41:04 +0000 (16:41 -0700)]
BUG-8266: Add simple test for apidoc apis URL
Change-Id: I7e2e8eefee866ad6c18ef1eb907fef9cf087c201
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
Tomas Janciga [Mon, 24 Apr 2017 12:41:26 +0000 (05:41 -0700)]
Fix subscription create sanity test
Change-Id: Ice0bfbaa68a7c79b4edf127b5b40c62630119439
Signed-off-by: Tomas Janciga <tjanciga@cisco.com>
Andrej Kilvady [Thu, 20 Apr 2017 11:43:07 +0000 (13:43 +0200)]
Eliminate CONTROLLER and MININET in BGPCEP suites
Change-Id: I67743506aa1236fa16260f563b0282bd1a82cfcb
Signed-off-by: Andrej Kilvady <akilvady@cisco.com>
Tomas Janciga [Mon, 24 Apr 2017 07:49:54 +0000 (00:49 -0700)]
Add definitions of TCs for plugin loaders
Change-Id: I5d73f9043758ae814d53a7e7e2421a36e78eed38
Signed-off-by: Tomas Janciga <tjanciga@cisco.com>
Tomas Janciga [Mon, 24 Apr 2017 07:52:37 +0000 (00:52 -0700)]
Remove auto reply verification for subscriptions
Change-Id: I36d82c3255067e688d8376c975a59573f51fcf2b
Signed-off-by: Tomas Janciga <tjanciga@cisco.com>
Alon Kochba [Sun, 23 Apr 2017 10:54:05 +0000 (13:54 +0300)]
Skip flows verification until bugfix
Change-Id: I10686f7a39d79a86f54fa2e951382bf731dd0c97
Signed-off-by: Alon Kochba <alonko@hpe.com>
Vratko Polak [Thu, 20 Apr 2017 15:26:00 +0000 (17:26 +0200)]
Bug 8149: Do not use async in 1node restperfclient
+ Increase timeout to match the cluster suite one.
Change-Id: Ibae3f0208b9804c4fba6f55133f56d42ed195cb4
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
Vratko Polak [Fri, 21 Apr 2017 09:44:46 +0000 (11:44 +0200)]
Bug 8138: Do not clean journal and snapshots
Change-Id: If50aa4ebda02f9155296ff870c50c98b48173701
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
Peter Gubka [Wed, 12 Apr 2017 11:34:35 +0000 (13:34 +0200)]
Add cluster singleton longevity test suites
Implements partition and heal scenario.
Implements chasing the leader scenario.
Testplans included.
Signed-off-by: Peter Gubka <pgubka@cisco.com>
Change-Id: I6b6975b24ba1486ee46d30e690945bae2688383a
Peter Gubka [Thu, 20 Apr 2017 07:01:35 +0000 (09:01 +0200)]
Add suites to restart odl with tell-based protocol
Change-Id: I2b78e90d1804db9a70968f71c3ab6dde692ee129
Signed-off-by: Peter Gubka <pgubka@cisco.com>
Peter Gubka [Mon, 10 Apr 2017 15:33:51 +0000 (17:33 +0200)]
Rename suite variables
Variable all_indices is too common. Created lib dependent suite
variables.
Change-Id: I42f2388e889e873d7108a2915bdc1fef5c76eb88
Signed-off-by: Peter Gubka <pgubka@cisco.com>
Alon Kochba [Wed, 19 Apr 2017 16:46:07 +0000 (19:46 +0300)]
Prepare tempest to support ocata
Change-Id: If04ebcb15a60f7181fbcdf4af0d2948546543bbd
Signed-off-by: Alon Kochba <alonko@hpe.com>
Sam Hague [Wed, 19 Apr 2017 21:36:34 +0000 (17:36 -0400)]
Use the right .robot files for DataModels.robot
Change-Id: Ie01bbadc47622c507ed044ba07259a2ea8326593
Signed-off-by: Sam Hague <shague@redhat.com>
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
Alon Kochba [Tue, 18 Apr 2017 09:04:18 +0000 (12:04 +0300)]
Add script to configure SNAT mode
Allow configuration of the SNAT mode to prepare
for transitioning to conntrack based SNAT.
Change-Id: Ia10c391fdca35b5cb3115ec15695db6de903f68b
Signed-off-by: Alon Kochba <alonko@hpe.com>
Alon Kochba [Tue, 18 Apr 2017 09:25:14 +0000 (12:25 +0300)]
Fixes to openstack-sfc CSIT
* Delete neutron ports to properly cleanup suite
* Add model dumps for SFC to verify translator
Change-Id: I8cbf74dfc9442d3aed21f65c47aab46efbbff5c4
Signed-off-by: Alon Kochba <alonko@hpe.com>
Alon Kochba [Sun, 2 Apr 2017 06:47:40 +0000 (09:47 +0300)]
Verify dispatcher flows are cleaned at suite end
These tests will possibly fail until this bug is resolved:
https://bugs.opendaylight.org/show_bug.cgi?id=7451
Change-Id: I9195e0af0422bb89a6481374cd79075343b219b7
Signed-off-by: Alon Kochba <alonko@hpe.com>
Alon Kochba [Tue, 18 Apr 2017 14:53:40 +0000 (17:53 +0300)]
Remove installation of netcat in suite
Remove installation of netcat inside the suite itself,
as it is already pre-installed in the image by packer scripts.
Change-Id: Ic9479f24cdcf976fb479a1b8f32d060baa22a785
Signed-off-by: Alon Kochba <alonko@hpe.com>
ajaychhabria [Mon, 17 Apr 2017 23:45:23 +0000 (23:45 +0000)]
CallHome Tests First draft.
Change-Id: I5fae3a5dfff79ff61657bf02933f1f9933b47329
Signed-off-by: ajaychhabria <ajay1005@gmail.com>
Len Giersch [Thu, 13 Apr 2017 17:30:09 +0000 (10:30 -0700)]
Add tests to Clustered Reconciliation
Change-Id: Ia3b07938b171426a44c6d5cddff748c40b0a7cc5
Signed-off-by: Len Giersch <lgiersch@brocade.com>
lbeles [Fri, 24 Feb 2017 13:25:24 +0000 (14:25 +0100)]
Add flow table metrics test for Elastic Search TSDR
Change-Id: I8dc51a59e327d82f4533b4e17a9806edab7f71de
Signed-off-by: lbeles <lbeles@frinx.io>
Jamo Luhrsen [Thu, 13 Apr 2017 00:56:35 +0000 (17:56 -0700)]
Use json HEADERS var from variables.robot
Change-Id: Icf78f48c6b951ee7746f0dba359933419ac9b169
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
Diego Granados [Thu, 30 Mar 2017 12:44:36 +0000 (14:44 +0200)]
Daexim: prevent sudo misconfiguration errors
When running Daexim tests / tests using Daexim-defined keywords,
the execution of a "sudo rm ..." command results in error depending on
local sudoers / askpass configuration.
Changed in order to prevent errors because of this cause (by issuing
a second deletion command without sudo, that will suffice in
most cases)
Change-Id: Id6f82fb90caabbf07650513c8a480f3cd6a7c2a9
Signed-off-by: Diego Granados <diego.jesus.granados.lopez@ericsson.com>
Jamo Luhrsen [Thu, 13 Apr 2017 06:24:40 +0000 (23:24 -0700)]
Move Get Model Dump keyword to a common resource
this was identical code being copy/pasted between vtn and
netvirt, and yet another project was bringing it in again.
it's time to make it a shared resource.
Change-Id: Iba6a95e8ccbf441d73fc327aea22ed48a057ff1d
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
Jamo Luhrsen [Thu, 13 Apr 2017 04:02:18 +0000 (21:02 -0700)]
Fix PEP8 errors from newly merged code
Change-Id: I02f5f4d2ce01af446d580028cb2386a4f52751a6
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
gvrangan [Wed, 5 Apr 2017 12:10:03 +0000 (05:10 -0700)]
VTN - Additional Debug Dumps
The VTN 3node jobs have been failing for a shile now. These additional
debug dumps should help identify the root cause.
Change-Id: I8851462449aa75bb554eef226cdc65823cf55990
Signed-off-by: gvrangan <venkatrangang@hcl.com>
Tomas Janciga [Thu, 16 Mar 2017 13:00:29 +0000 (06:00 -0700)]
Implementation of HTTP IoTDM client python lib
New python lib uses abstract classes representing
communication channels and transfered data. This way
it is allowed to re-use the same keywords or suites for
testing of IoTDM communication using multiple protocols
Change-Id: I4582daac256c25d3860dd99d30fcdaa4f43d2f20
Signed-off-by: Tomas Janciga <tjanciga@cisco.com>
Jamo Luhrsen [Mon, 10 Apr 2017 23:31:42 +0000 (16:31 -0700)]
Use 8181 for restconf port in aaa csit
Change-Id: I725294d9132bbe3c6e0bc7e94bbc0b5fa111a83e
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
Daša Šimková [Fri, 24 Mar 2017 11:24:38 +0000 (12:24 +0100)]
Add basic Yangman robot test
- add Yangman basic test
- add Dlux testing keywords
- add Yangman testing keywords
- add Yangman gui variables
- add Yangman testplan
- browser chrome
Change-Id: Ide1e593a972887df942a30dfbca115989961c9ee
Signed-off-by: Daša Šimková <dasa.simkova@pantheon.tech>
Signed-off-by: Daša Šimková <dasa.simkova@pantheon.sk>
Signed-off-by: Dasa Simkova -X (dsimkova - PANTHEON TECHNOLOGIES at Cisco) <dsimkova@cisco.com>
Miguel Angel Muñoz Gonzalez [Tue, 4 Apr 2017 18:42:08 +0000 (20:42 +0200)]
Jolokia request with TLS/HTTPS
This adds a new case to ensure TLS with client authentication works
with Jolokia requests.
Change-Id: Id73d1e108c8557ee16f69209e3725163fb187b67
Signed-off-by: Miguel Angel Munoz Gonzalez <miguel.angel.munoz.gonzalez@ericsson.com>
Alon Kochba [Tue, 4 Apr 2017 13:51:50 +0000 (16:51 +0300)]
Add CSIT for openstack-sfc
releng/builder patch: https://git.opendaylight.org/gerrit/#/c/54312
Change-Id: I048b77d9ab5c841f027dcba30995ce83bf2b2615
Signed-off-by: Alon Kochba <alonko@hpe.com>
Quan Xiong [Thu, 27 Apr 2017 07:29:47 +0000 (15:29 +0800)]
Modify the csit job failure
Change-Id: I8404c4deca6d0e85c932700fb97f191b6b8458d7
Signed-off-by: Quan Xiong <xiong.quan@zte.com.cn>
yair [Sun, 9 Apr 2017 07:57:23 +0000 (10:57 +0300)]
Add csit tests for hairpinning.
Test that pings from VM1 with floating IP to VM2 floating IP.
The test make sure there are no router hops in the way (ttl=1).
Change-Id: I8254c4ebd3fdd1ceb052b667896f3622c3f3e235
Signed-off-by: yair <yair.zinger@hpe.com>
Vratko Polak [Mon, 10 Apr 2017 12:07:41 +0000 (14:07 +0200)]
Bug 8149: Increase timeout for netconf restperf
The previous increase was too tight.
Change-Id: Ie46bb3589342bb501375658803fccc934441f9bd
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
Tomer Pearl [Sat, 8 Apr 2017 07:51:33 +0000 (10:51 +0300)]
Add port-op-data to odl models dump
odl-l3vpn:port-op-data is useful when debugging the subnet-route
feature.
Change-Id: I225a4ef2db81a0c945747dc4f9de347d184743e9
Signed-off-by: Tomer Pearl <tomer.pearl@hpe.com>
Jamo Luhrsen [Wed, 29 Mar 2017 21:18:07 +0000 (14:18 -0700)]
refactor vm ip discovery to use new keyword [0]
[0] "Collect VM IP Addresses"
Change-Id: Ie75c6f84b7a2c2d6cc4976bd706b776bdbbd372c
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
Tomer Pearl [Fri, 7 Apr 2017 16:12:46 +0000 (19:12 +0300)]
Add subnet-op-data to odl models dump
odl-l3vpn:subnet-op-data is useful when debugging the subnet-route
feature.
Change-Id: Ia3b28dd72aae0aca21a9328b1b7d6476f50234f9
Signed-off-by: Tomer Pearl <tomer.pearl@hpe.com>
Jamo Luhrsen [Fri, 7 Apr 2017 17:51:08 +0000 (10:51 -0700)]
Fix RSTcheckBear failures
not sure how these changes made it past the tox check in
the verify job, but hopefully this gets them fixed.
Change-Id: I0a4011f1f1f9823104d3f74566fb35345ebda013
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
Ursicio Martin [Thu, 6 Apr 2017 09:55:18 +0000 (11:55 +0200)]
Modification due to reuse http client change
Change-Id: Ifd68584d1e9f289c6cc40b74834963cbf4738781
Signed-off-by: Ursicio Martin <Ursicio.Javier.Martin@ericsson.com>
Peter Gubka [Tue, 21 Mar 2017 18:19:04 +0000 (19:19 +0100)]
Add rpc longevity suites
Change-Id: I16302649df4f4f5e13a3e66843a9ea1069d5d215
Signed-off-by: Peter Gubka <pgubka@cisco.com>
Luis Gomez [Mon, 3 Apr 2017 23:34:24 +0000 (16:34 -0700)]
Add system test guide to docs
Change-Id: I31d3750dc36d29e5eec8204978c51e681adcfcf8
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
Tomer Pearl [Tue, 4 Apr 2017 15:51:31 +0000 (18:51 +0300)]
Add External Network PNF Tests
Two changes in this commit:
1. Add external network PNF test - this uses ttl=1
to make sure PNF connectivity is not traversing any routers
(in our case, the external gateway)
2. Change current external connectivity tests to use "internet address"
this change is required because since the PNF commit support, pings
originating form external gateway IP are not traversing the default
gw rules, so this change is required in order to maintain the
original coverage of these tests.
Depends On: https://git.opendaylight.org/gerrit/54405
Change-Id: I021c3a13b73283d844d614e06a3edb2b9d867f88
Signed-off-by: Tomer Pearl <tomer.pearl@hpe.com>
Suvitha.balu [Wed, 22 Mar 2017 08:55:39 +0000 (14:25 +0530)]
TcpDump keyword
Change-Id: Ifb884d78081e4ec9ba9e60e2b13c15a9a5228af0
Signed-off-by: Suvitha.balu <suvitha.balu@tcs.com>
Miguel Angel Muñoz Gonzalez [Thu, 30 Mar 2017 18:17:26 +0000 (20:17 +0200)]
TLS activation methods made independent
This commit ensures that TLS activation methods, including client
authentication, can be called independently in any order.
Before this commit, they had to be called on a certain order, as they
were dependent on each other
Change-Id: Ib045f8891743969066d28144bb5684c9c5a2629f
Signed-off-by: Miguel Angel Munoz Gonzalez <miguel.angel.munoz.gonzalez@ericsson.com>
Miguel Angel Muñoz Gonzalez [Fri, 31 Mar 2017 12:30:57 +0000 (14:30 +0200)]
TLS Case for Client Auth with CA Signed Certs
Change-Id: I2292fe9f3187860c544572ffacf91f03a2a23e78
Signed-off-by: Miguel Angel Munoz Gonzalez <miguel.angel.munoz.gonzalez@ericsson.com>
Vratko Polak [Tue, 4 Apr 2017 13:05:39 +0000 (15:05 +0200)]
Bug 8086: Add an analogue of netconf cluster CRUD
Change-Id: Ib2317fcd44b0bad104211f38c2672ece02a7724a
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
Peter Gubka [Fri, 17 Mar 2017 13:53:43 +0000 (14:53 +0100)]
Refactor DomRpcBroker suites
Create common resource
Change-Id: I6e806e2c3b60d334eca81318504061a813ed9bbe
Signed-off-by: Peter Gubka <pgubka@cisco.com>
Jamo Luhrsen [Wed, 5 Apr 2017 22:43:02 +0000 (15:43 -0700)]
Use --router:external net-create for tempest tests
Change-Id: I3810aa29e382fdd3745bba98ab7f301ec0311ab7
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
Miguel Angel Muñoz Gonzalez [Thu, 30 Mar 2017 11:33:30 +0000 (13:33 +0200)]
TLS case with CA signed certificate for server
Additionally this commit includes some improvements on Restart Bundle
keyword, in order to set a proper detection mechanism to know when the
bundle is actually started.
Change-Id: If51f2ab5d35df281f3753c2c0e74b36ae4c6b156
Signed-off-by: Miguel Angel Munoz Gonzalez <miguel.angel.munoz.gonzalez@ericsson.com>
Len Giersch [Wed, 5 Apr 2017 18:47:51 +0000 (11:47 -0700)]
Add tests to clustered reconciliation
Change-Id: I403356141c09e6ab1870313e6e98adf3aeaa902e
Signed-off-by: Len Giersch <lgiersch@brocade.com>
Alon Kochba [Wed, 5 Apr 2017 16:25:12 +0000 (19:25 +0300)]
Correct parameter for show debugs
Use correct list type parameters for showing
nova show output for VMs debugging in external
suite.
Change-Id: I4782d4974e62b0ccd583aaab6467f75ae691bbc1
Signed-off-by: Alon Kochba <alonko@hpe.com>