integration/test.git
9 years agoAdded FlowConfigBlaster 'Floodlight Edition' - flow config blaster that uses Floodlig...
Jan Medved [Wed, 15 Oct 2014 02:48:07 +0000 (19:48 -0700)]
Added FlowConfigBlaster 'Floodlight Edition' - flow config blaster that uses Floodlight's static flow pusher REST API to program flows.

Change-Id: I9572137ae12aa39d82859bd3742194bcb00669c5
Signed-off-by: Jan Medved <jmedved@cisco.com>
9 years ago- Added capability to read flow templates from files
Jan Medved [Mon, 13 Oct 2014 01:39:16 +0000 (18:39 -0700)]
- Added capability to read flow templates from files

- Added 'measured rate', which computes the flow programming rate as
  total_flows / total-elapsed-time from threads start to finish

- Small reorg of the code to get it ready for Floodlight flow config blaster

- README updates

- Helptext updates.

Change-Id: I1a286c790a05f4654f097b3d94f7f929c2ca1b8c
Signed-off-by: Jan Medved <jmedved@cisco.com>
9 years agoAdditional comments & spellcheck for the README file
Jan Medved [Sun, 12 Oct 2014 04:10:03 +0000 (21:10 -0700)]
Additional comments & spellcheck for the README file

Change-Id: I47343143146aebafff769f3b244265747807f815
Signed-off-by: Jan Medved <jmedved@cisco.com>
9 years agoAdded the README file documenting the test suite
Jan Medved [Sat, 11 Oct 2014 16:10:11 +0000 (09:10 -0700)]
Added the README file documenting the test suite

Change-Id: I2da2a79f3aa57f38872340155bd5fcc9e9443831
Signed-off-by: Jan Medved <jmedved@cisco.com>
9 years agoMerge "New test cases for openflow add and update"
Christopher O'Shea [Fri, 10 Oct 2014 21:25:12 +0000 (21:25 +0000)]
Merge "New test cases for openflow add and update"

9 years agoAdding Longevity Test for clustering data store
Harman Singh [Thu, 11 Sep 2014 04:45:11 +0000 (21:45 -0700)]
Adding Longevity Test for clustering data store

Usage example : pybot -v IP1:10.195.128.18 -v PORT:8181 -v IP2:10.195.128.35 -v IP3:10.195.128.19 -v DURATION:500 010__longevity.txt

Change-Id: I1d40e366bb59b14822dd6fa17a42146c700684ac
Signed-off-by: Harman Singh <harmasin@cisco.com>
9 years agoAdding clustering failure test cases
Harman Singh [Thu, 11 Sep 2014 02:13:20 +0000 (19:13 -0700)]
Adding clustering failure test cases

Usage : pybot -v LEADER:10.195.128.18 -v PORT:8181 -v FOLLOWER1:10.195.128.35 -v FOLLOWER2:10.195.128.19 -v USERNAME:root -v PASSWORD:Ecp123 -v KARAFHOME:/root/Documents/dist 010_restconf_rpc_crud_test_09_execute_on_last_node.txt

Change-Id: I6e4c00c34cdc9cef74fae65d253656d04c1ce59d
Signed-off-by: Harman Singh <harmasin@cisco.com>
9 years agoMerge "BUG 2067 : Utility to automate the deployment of a cluster"
Christopher O'Shea [Fri, 10 Oct 2014 17:57:20 +0000 (17:57 +0000)]
Merge "BUG 2067 : Utility to automate the deployment of a cluster"

9 years agoUpdating OF10 actions to appropriate OF13 actions
Peter Gubka [Thu, 9 Oct 2014 11:44:14 +0000 (13:44 +0200)]
Updating OF10 actions to appropriate OF13 actions

Change-Id: I0ededed5faab61aa615e5fb283dcfc3c2e6f2195
Signed-off-by: Peter Gubka <pgubka@cisco.com>
9 years agoFix Return Codes with recent values
senthil [Tue, 7 Oct 2014 20:33:14 +0000 (13:33 -0700)]
Fix Return Codes with recent values

Change-Id: I3490c753d4e36965dd1cb7b93021fcda6cc31ca4
Signed-off-by: senthil <senthil-b@hcl.com>
9 years agoPerformance scripts modifications. Added 2 scripts, modified 2 scripts.
Jan Medved [Sun, 5 Oct 2014 17:00:27 +0000 (10:00 -0700)]
Performance scripts modifications. Added 2 scripts, modified 2 scripts.

Change-Id: I32842be18c1334542b1b48a87a02db2309f1a67e
Signed-off-by: jmedved@cisco.com <jmedved@cisco.com>
9 years agoModifying stats manager tests for collection of flow details release/helium
Peter Gubka [Wed, 1 Oct 2014 13:06:09 +0000 (15:06 +0200)]
Modifying stats manager tests for collection of flow details

Removing test cases which can be applicable only on cpqd switch
Adding update tests for sal operations

Change-Id: If07d844a8aa1474c24718fc0ff27a05c02ade300
Signed-off-by: Peter Gubka <pgubka@cisco.com>
9 years agoVTN test fix. This works 100% in my laptop.
Luis Gomez [Sat, 27 Sep 2014 18:36:17 +0000 (11:36 -0700)]
VTN test fix. This works 100% in my laptop.

Change-Id: I5017733f9e58cc665eb9e3dd0fb14277ed96142a
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
9 years agoSuper patch to stabilize our suites
Luis Gomez [Sat, 27 Sep 2014 16:35:10 +0000 (09:35 -0700)]
Super patch to stabilize our suites

Change-Id: I181182355d8bf4ecf0f1921bc8ef99687cb7d0ff
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
9 years agoBUG 2067 : Utility to automate the deployment of a cluster
Moiz Raja [Wed, 24 Sep 2014 20:04:21 +0000 (13:04 -0700)]
BUG 2067 : Utility to automate the deployment of a cluster

First pass at automating the deployment of a cluster.

To deploy a cluster do the following,
- cd to the cluster-deployer directory
- ./deploy.py --distribution=<absolute_path_of_the_distribution_zip> --hosts=<comma_separated_list_of_hosts> --rootdir=<root_directory_on_remote_host> --clean

To get usage unformation on the script
- ./deploy.py -h

There are some pre-requisites for the script which are mentioned as documentation at the top of the script

Change-Id: I1429f28ff4c6e565d44bfb1567f821ae2fb8454e
Signed-off-by: Moiz Raja <moraja@cisco.com>
9 years agoIncreasing stats time + adding adsal tag to allow MD-SAL only test
Luis Gomez [Thu, 25 Sep 2014 08:15:25 +0000 (01:15 -0700)]
Increasing stats time + adding adsal tag to allow MD-SAL only test

Change-Id: I0f036b629084d3410bf602be6e4ec697fca444b1
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
9 years agoMerge "bug 1772 is now fixed and verified in RC2. This test case can now be expected...
Christopher O'Shea [Thu, 25 Sep 2014 06:47:07 +0000 (06:47 +0000)]
Merge "bug 1772 is now fixed and verified in RC2.  This test case can now be expected to function and PASS.  Enabling it for regression."

9 years agoMerge "Adding test for hosttracker"
Luis Gomez [Thu, 25 Sep 2014 05:15:04 +0000 (05:15 +0000)]
Merge "Adding test for hosttracker"

9 years agobug 1772 is now fixed and verified in RC2. This test case can now be expected
Jamo Luhrsen [Wed, 24 Sep 2014 17:41:12 +0000 (10:41 -0700)]
bug 1772 is now fixed and verified in RC2.  This test case can now be expected
to function and PASS.  Enabling it for regression.

Change-Id: I1e5c0e2c1056f159957da85d0e4b418efd366222
Signed-off-by: Jamo Luhrsen <james.luhrsen@hp.com>
9 years agoMerge "large rework to optimize test code. removed lots of sleeps in favor of "Wait...
Luis Gomez [Thu, 25 Sep 2014 05:13:41 +0000 (05:13 +0000)]
Merge "large rework to optimize test code. removed lots of sleeps in favor of "Wait Until Keyword Succeeds" (WUKS) calls moved common functionality in to higher level keywords in the new Utils.txt resource"

9 years agolarge rework to optimize test code.
Jamo Luhrsen [Tue, 23 Sep 2014 20:07:44 +0000 (13:07 -0700)]
large rework to optimize test code.
removed lots of sleeps in favor of "Wait Until Keyword Succeeds" (WUKS) calls
moved common functionality in to higher level keywords in the new Utils.txt
resource

Change stats for performance from 30s to 60s

Change-Id: Iab144bfb46c9789bbb0d8a9bc2e27eb57082881e
Signed-off-by: Jamo Luhrsen <james.luhrsen@hp.com>
9 years agoUtilLibrary now uses requests session instead of
Basheeruddin Ahmed [Wed, 10 Sep 2014 21:54:27 +0000 (14:54 -0700)]
UtilLibrary now uses requests session instead of
direct post /get which seem to open active connections

Change-Id: I3261d78b8497f8b1a97f991866511254bbf07628
Signed-off-by: Basheeruddin Ahmed <syedbahm@cisco.com>
9 years agoAdding test for hosttracker
Christopher O'Shea [Mon, 22 Sep 2014 23:21:47 +0000 (16:21 -0700)]
Adding test for hosttracker

- Check to see if host are add to the topology
- Check that host are deleted once mininet is stopped
- Change the init script to have predefine mac with --mac
- Add test to check host are deleted.

Change-Id: I2c0fe00be1d99fa3905617ae3b92c57cb1d98445
Signed-off-by: Christopher O'Shea <christopher.o.shea@ericsson.com>
9 years agoMerge "Adding new netconf test suite."
Luis Gomez [Wed, 24 Sep 2014 07:18:39 +0000 (07:18 +0000)]
Merge "Adding new netconf test suite."

9 years agoAdding new netconf test suite.
carolsand [Wed, 24 Sep 2014 05:19:16 +0000 (22:19 -0700)]
Adding new netconf test suite.

Signed-off-by: carolsand <carolsand@gmail.com>
9 years agorenamed the test cases file name to contain proper
Basheeruddin Ahmed [Thu, 11 Sep 2014 07:21:01 +0000 (00:21 -0700)]
renamed the test cases file name to contain  proper
sequence number

updated test cases to utilize getLeader api

Change-Id: I34ba798382587290d83cb71160b1ed0725d406e4
Signed-off-by: Basheeruddin Ahmed <syedbahm@cisco.com>
9 years agoIncreasing sleep after mininet to stabilize l2switch suite
Luis Gomez [Sun, 21 Sep 2014 02:39:31 +0000 (19:39 -0700)]
Increasing sleep after mininet to stabilize l2switch suite

Change-Id: I7762ba3df0eef7e54433e6c7860c451fb0cc4d3e
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
9 years agoAdding sleep to l2switch suite
Luis Gomez [Sat, 20 Sep 2014 17:06:01 +0000 (10:06 -0700)]
Adding sleep to l2switch suite

Change-Id: Ic4d423a6235410782a820038f18c3d9eacee6d8d
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
9 years agoAdded library to determine Shard Cluster Roles
Basheeruddin Ahmed [Wed, 10 Sep 2014 21:54:27 +0000 (14:54 -0700)]
Added library to determine Shard Cluster Roles

patch 2: added getLeader and getFollowers API

Change-Id: Ie0acd69d83d0e7a37fd4ccfd0089029eb7722120
Signed-off-by: Basheeruddin Ahmed <syedbahm@cisco.com>
9 years agokill controller and clean journal command utilities
Kamal Rameshan [Fri, 19 Sep 2014 05:00:04 +0000 (22:00 -0700)]
kill controller and clean journal command utilities

Change-Id: If3fb107f38899534595fd6b0911ee49c028ad9d2
Signed-off-by: Kamal Rameshan <kramesha@cisco.com>
9 years agoMerge "Initial isolation test integrated with robot framework Usage: pybot -v LEADER...
Christopher O'Shea [Thu, 18 Sep 2014 18:53:03 +0000 (18:53 +0000)]
Merge "Initial isolation test integrated with robot framework Usage: pybot -v LEADER:<leader_ip> -v PORT:8080 -v FOLLOWER1:<flwr1_ip> -v FOLLOWER2:<flwr2_ip> ~/integration/test/csit/suites/clustering/datastore/basic/<testname.txt> Adding start/stop controller util methods"

9 years agoMerge "Adding tests to check number of switches and links connected"
Christopher O'Shea [Thu, 18 Sep 2014 17:29:07 +0000 (17:29 +0000)]
Merge "Adding tests to check number of switches and links connected"

9 years agoAdding tests to check number of switches and links connected
Peter Gubka [Wed, 17 Sep 2014 13:23:22 +0000 (15:23 +0200)]
Adding tests to check number of switches and links connected

These tests are dependent on mininet depth and fanout variables

Change-Id: Ida6b37247fe634b11ecc618cd470428fdd4623dc
Signed-off-by: Peter Gubka <pgubka@cisco.com>
9 years agoNew test cases for openflow add and update
Peter Gubka [Thu, 18 Sep 2014 10:53:00 +0000 (12:53 +0200)]
New test cases for openflow add and update

These tests test particular scenarios and are not
design to run within integration process because
of their time requirements.

Change-Id: Idcbbc7baad98c7e095bd0662176659a37de1943b
Signed-off-by: Peter Gubka <pgubka@cisco.com>
9 years agoA test which connects 256 switches.
Peter Gubka [Fri, 12 Sep 2014 10:05:06 +0000 (12:05 +0200)]
A test which connects 256 switches.

Then checks if they are present
in /restconf/operational/network-topology:network-topology/topology/flow:1
This test does not affect integration process.

Change-Id: I3cc5446b5a636d252a0021ae714c49c7d4e7c5b3
Signed-off-by: Peter Gubka <pgubka@cisco.com>
9 years ago(two tiny cleanups and re-triggering the patch tests now that all the 503
Jamo Luhrsen [Fri, 12 Sep 2014 19:53:19 +0000 (12:53 -0700)]
(two tiny cleanups and re-triggering the patch tests now that all the 503
errors are gone)

(moving code to karaf suite locations)

INPORT action test now functional.  There is a bug open to move that
action to IN_PORT, but that may or may not be resolved.  Depending
on that, this test case may have to revert back to IN_PORT (bug is
https://bugs.opendaylight.org/show_bug.cgi?id=1725)

The FlowLib files (.py and .txt) have been upgraded.  There is now
an "Inventory" and "Service" type flow object to be used.  This was
needed so that the keyword to remove default flows (Steal to Controller)
could be removed via restconf @ the sal-flow:remove-flow RPC.

Change-Id: I85b40246e539d1c7872abc7e25f3b775efb0d596
Signed-off-by: Jamo Luhrsen <james.luhrsen@hp.com>
9 years agoXml compare library improvement
Peter Gubka [Tue, 16 Sep 2014 10:03:22 +0000 (12:03 +0200)]
Xml compare library improvement

Tests based on f45.xml and f218.xml needs to make
a value manipulation before the compare happen.

Change-Id: Icbffb618ae31a817900618fb7cb5450786f35b0d
Signed-off-by: Peter Gubka <pgubka@cisco.com>
9 years agoOrganizing karaf suites
Luis Gomez [Mon, 15 Sep 2014 01:46:32 +0000 (18:46 -0700)]
Organizing karaf suites

Change-Id: I15e874df7c0164591b9577af66a93d8a0137037f
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
9 years agoMerge " Updating xmls for flows to have unique flow id"
Luis Gomez [Sat, 13 Sep 2014 06:02:32 +0000 (06:02 +0000)]
Merge "    Updating xmls for flows to have unique flow id"

9 years agoInitial isolation test integrated with robot framework
Basheeruddin Ahmed [Fri, 5 Sep 2014 20:16:08 +0000 (13:16 -0700)]
Initial isolation test integrated with robot framework
Usage:
pybot -v LEADER:<leader_ip> -v PORT:8080 -v FOLLOWER1:<flwr1_ip> -v FOLLOWER2:<flwr2_ip> ~/integration/test/csit/suites/clustering/datastore/basic/<testname.txt>
Adding start/stop controller util methods

Change-Id: I512275595cd90d35c350456388420496d6633734
Signed-off-by: Basheeruddin Ahmed <syedbahm@cisco.com>
Signed-off-by: Harman Singh <harmasin@cisco.com>
9 years ago Updating xmls for flows to have unique flow id
Peter Gubka [Fri, 12 Sep 2014 08:46:20 +0000 (10:46 +0200)]
Updating xmls for flows to have unique flow id

    None of these xmls are used within integration process
    and have not seend these xmls to be used anywhere
    except my suite in test/tools/OF_Tests/robot_suites
    so this commit should be harmless

Change-Id: I6ed8edf7fc05e26343dc32b0a4bbf4ef4c13210f
Signed-off-by: Peter Gubka <pgubka@cisco.com>
9 years agoUpdating and fixing xmls
Peter Gubka [Thu, 11 Sep 2014 12:19:28 +0000 (14:19 +0200)]
Updating and fixing xmls

None of these xmls are used within integration process
and have not seend these xmls to be used anywhere
except my suite in test/tools/OF_Tests/robot_suites
so this commit should be harmless

Change-Id: I6deb91fc9412216a7baaa97140ed1b1808b0bcc9
Signed-off-by: Peter Gubka <pgubka@cisco.com>
9 years agoMerge "Update RESTCONF statistics to remove namespace"
Luis Gomez [Thu, 11 Sep 2014 05:53:43 +0000 (05:53 +0000)]
Merge "Update RESTCONF statistics to remove namespace"

9 years agoUpdate RESTCONF statistics to remove namespace
Christopher O'Shea [Wed, 10 Sep 2014 22:44:10 +0000 (15:44 -0700)]
Update RESTCONF statistics to remove namespace

Change-Id: I5fe3047da52740faf20905b0d56f2c19c2bb0703
Signed-off-by: Christopher O'Shea <christopher.o.shea@ericsson.com>
9 years agoMerge "Change from sleep to Read Until"
Luis Gomez [Wed, 10 Sep 2014 22:50:23 +0000 (22:50 +0000)]
Merge "Change from sleep to Read Until"

9 years agoMerge "Adding new suites which uses all xml files present in ./csit/variables/xmls"
Luis Gomez [Wed, 10 Sep 2014 17:15:50 +0000 (17:15 +0000)]
Merge "Adding new suites which uses all xml files present in ./csit/variables/xmls"

9 years agoChange from sleep to Read Until
Christopher O'Shea [Wed, 10 Sep 2014 00:22:39 +0000 (17:22 -0700)]
Change from sleep to Read Until

- Speed up test case and better using Read Until than Sleep

Change-Id: I322d54854adb0fde7b88d030349b0d8d08d0e242
Signed-off-by: Christopher O'Shea <christopher.o.shea@ericsson.com>
9 years agoMerge "Update L2switch test case"
Luis Gomez [Wed, 10 Sep 2014 15:30:51 +0000 (15:30 +0000)]
Merge "Update L2switch test case"

9 years agoMerge "fixing xml value syntax error"
Christopher O'Shea [Wed, 10 Sep 2014 14:43:11 +0000 (14:43 +0000)]
Merge "fixing xml value syntax error"

9 years agoAdding new suites which uses all xml files present in ./csit/variables/xmls
Peter Gubka [Tue, 9 Sep 2014 16:14:53 +0000 (18:14 +0200)]
Adding new suites which uses all xml files present in ./csit/variables/xmls

These suites can be run as usual suites based in csit/suites/ directory
They do not influence any integration job

Change-Id: I995d935b6139c5b4e27a1793e9243d1f7d744ac4
Signed-off-by: Peter Gubka <pgubka@cisco.com>
9 years agoUpdate L2switch test case
Christopher O'Shea [Tue, 9 Sep 2014 22:58:18 +0000 (15:58 -0700)]
Update L2switch test case

- Also change some sleep to Read Unti to speed up test case drop from 2:35 minutes to 1:01 minutes
- Change address-tracker:addresses to addresses to remove namespaces

Change-Id: Ibd0a5a6ced85a0d321166b5cfa01923879d8df44
Signed-off-by: Christopher O'Shea <christopher.o.shea@ericsson.com>
9 years agofixing xml value syntax error
Peter Gubka [Tue, 9 Sep 2014 16:11:13 +0000 (18:11 +0200)]
fixing xml value syntax error

Change-Id: Ibc54382ec68989541d3a2a96d65b813c002ccb63
Signed-off-by: Peter Gubka <pgubka@cisco.com>
9 years agoMerge "Adding configuration maven project for test app of clustering"
Luis Gomez [Tue, 9 Sep 2014 15:37:26 +0000 (15:37 +0000)]
Merge "Adding configuration maven project for test app of clustering"

9 years agoMerge "Update test case due to XML file changing"
Luis Gomez [Tue, 9 Sep 2014 15:34:14 +0000 (15:34 +0000)]
Merge "Update test case due to XML file changing"

9 years agoAdding configuration maven project for test app of clustering
Harman Singh [Mon, 8 Sep 2014 17:45:11 +0000 (10:45 -0700)]
Adding configuration maven project for test app of clustering

Signed-off-by: Harman Singh <harmasin@cisco.com>
9 years agoActions suite to cover
Jamo Luhrsen [Fri, 5 Sep 2014 22:59:01 +0000 (15:59 -0700)]
Actions suite to cover

      OFPP_IN_PORT (NOTE: This test case will fail normally, but is currently
                    being blindly marked as passed without any execution)
      OFPP_TABLE
      OFPP_NORMAL
      OFPP_FLOOD
      OFPP_ALL
      OFPP_CONTROLLER
      OFPP_LOCAL
      OFPP_ANY

    Moved some common work previously in 305__ttl.txt suite to the Robot lib
    FlowLib.txt

    moved longer doc strings to variables so that the data driven tables are
    more readable.

    Added keyword to clean out default flows

    Moved ANY test case to auto-pass since there is a bug causing it to
    fail for now.

Change-Id: I101908e0901ed5fda016481e28519a84dec49b8a
Signed-off-by: Jamo Luhrsen <james.luhrsen@hp.com>
9 years agoUpdate test case due to XML file changing
Christopher O'Shea [Mon, 8 Sep 2014 15:58:49 +0000 (08:58 -0700)]
Update test case due to XML file changing

-  Idle/hard timeout
-  priority

Change-Id: I375900fba635834c9e7aa6496c5e28235bd144ba
Signed-off-by: Christopher O'Shea <christopher.o.shea@ericsson.com>
9 years agosuite to test statistic manager and operational data
Peter Gubka [Mon, 25 Aug 2014 17:52:45 +0000 (19:52 +0200)]
suite to test statistic manager and operational data

xml files are updated that priority is unigue id
test cases use all xml files which are present in 070 suite,
using python2.6 format numbering

Change-Id: I0041295bc5a43cce9c776ab1d12fed0cfbfe5722
Signed-off-by: Peter Gubka <pgubka@cisco.com>
9 years agoIntroducing karaf-all and karaf-l2switch suites
Luis Gomez [Sun, 7 Sep 2014 20:20:30 +0000 (13:20 -0700)]
Introducing karaf-all and karaf-l2switch suites

Change-Id: I38e8a9fb7990b4090a173dd06e91b4d75f09242a
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
9 years agoMerge "Updated modules.conf and modules-shards.conf to updated the util.py to remove...
Luis Gomez [Sat, 6 Sep 2014 02:21:58 +0000 (02:21 +0000)]
Merge "Updated modules.conf and modules-shards.conf to updated the util.py to remove python 3.4 lib include car, people and car-person shard information"

9 years agoMerge "Layer2 suite - change to current director"
Luis Gomez [Fri, 5 Sep 2014 20:06:27 +0000 (20:06 +0000)]
Merge "Layer2 suite - change to current director"

9 years agoLayer2 suite - change to current director
Christopher O'Shea [Fri, 5 Sep 2014 12:53:32 +0000 (05:53 -0700)]
Layer2 suite - change to current director

Change-Id: Ie5f5837294bdef62eab9560de64b49f74ba99f08
Signed-off-by: Christopher O'Shea <christopher.o.shea@ericsson.com>
9 years agoMerge "o introducing FlowLib robot/python library. Gives ability to dynamically...
Christopher O'Shea [Fri, 5 Sep 2014 07:48:26 +0000 (07:48 +0000)]
Merge "o introducing FlowLib robot/python library.  Gives ability to dynamically build flows, as opposed to pulling from a static file.  As it is improved and used, it should allow an easier way to build new/different test cases"

9 years agoUpdated modules.conf and modules-shards.conf to
Basheeruddin Ahmed [Wed, 3 Sep 2014 06:18:21 +0000 (23:18 -0700)]
Updated modules.conf and modules-shards.conf to
updated the util.py to remove python 3.4 lib
include car, people and car-person shard information

Signed-off-by: Basheeruddin Ahmed <syedbahm@cisco.com>
9 years agoMerge "Renamed populate.py to crud.py Fixed method call name change Signed-off-by...
Luis Gomez [Thu, 4 Sep 2014 21:17:17 +0000 (21:17 +0000)]
Merge "Renamed populate.py to crud.py Fixed method call name change Signed-off-by: Basheeruddin Ahmed <syedbahm@cisco.com>"

9 years agoMerge "Fixed issue with custom topology file. The file was not being copied on minine...
Luis Gomez [Thu, 4 Sep 2014 21:14:39 +0000 (21:14 +0000)]
Merge "Fixed issue with custom topology file. The file was not being copied on mininet vm by the test. It was expected to be present there. This fix would copy the file. Also changed custom topology file to a newer script."

9 years agoFixed issue with custom topology file.
Amit Mandke [Thu, 4 Sep 2014 00:16:38 +0000 (17:16 -0700)]
Fixed issue with custom topology file.
The file was not being copied on mininet vm by the test. It
was expected to be present there. This fix would copy the file.
Also changed custom topology file to a newer script.

Change-Id: I1072c348ec8bc66e8cf5d7d1466019e869cbcdf6
Signed-off-by: Amit Mandke <ammandke@cisco.com>
9 years agoMerge "The xml had a syntax errorfor output-action tag. Fixing."
Christopher O'Shea [Wed, 3 Sep 2014 00:13:56 +0000 (00:13 +0000)]
Merge "The xml had a syntax errorfor output-action tag. Fixing."

9 years agoThe xml had a syntax errorfor output-action tag. Fixing.
Peter Gubka [Tue, 2 Sep 2014 13:42:51 +0000 (15:42 +0200)]
The xml had a syntax errorfor output-action tag. Fixing.

Change-Id: Id84e2a122b47b92e588756a5917bfbd905993e0a
Signed-off-by: Peter Gubka <pgubka@cisco.com>
9 years agoRenamed populate.py to crud.py
Basheeruddin Ahmed [Sat, 30 Aug 2014 00:09:16 +0000 (17:09 -0700)]
Renamed populate.py to crud.py
Fixed method call name change
Signed-off-by: Basheeruddin Ahmed <syedbahm@cisco.com>
9 years agoo introducing FlowLib robot/python library. Gives ability to dynamically
Jamo Luhrsen [Mon, 25 Aug 2014 23:06:16 +0000 (16:06 -0700)]
o introducing FlowLib robot/python library.  Gives ability to dynamically
build flows, as opposed to pulling from a static file.  As it is improved
and used, it should allow an easier way to build new/different test cases

o TTL suite now uses the FlowLib keywords to do it's work.  Test cases are
the same, and results should be the same.

o TTL suite has better documentation and tagging

Change-Id: I45c8f0421c586080b73197b139b87baf6c49338a
Signed-off-by: Jamo Luhrsen <james.luhrsen@hp.com>
9 years agoMerge "Updated WCBench tool to v1.0."
Christopher O'Shea [Fri, 29 Aug 2014 20:38:34 +0000 (20:38 +0000)]
Merge "Updated WCBench tool to v1.0."

9 years agoUpdated WCBench tool to v1.0.
Daniel Farrell [Fri, 29 Aug 2014 16:57:59 +0000 (12:57 -0400)]
Updated WCBench tool to v1.0.

- Major doc updates
- Rebranded to WCBench from cbench_regression for clarity
- Stable functionality, clean code

Change-Id: I25ec6e5833ac4ed7a9263b3b4ee865e6800ea6fd
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
9 years agoMerge "Adding clustering Test App"
Moiz Raja [Fri, 29 Aug 2014 00:31:18 +0000 (00:31 +0000)]
Merge "Adding clustering Test App"

9 years agoAdding clustering Test App
Harman Singh [Thu, 28 Aug 2014 19:51:48 +0000 (12:51 -0700)]
Adding clustering Test App

This app has a three models - cars, people and a map of car and person
We have a provider for people to handle add a person rpc, this make sure we register that person's instance identifier for routing purpose.
Another provider is for car purchase, which handles routed rpc, this provider will just generate notification with person id and car id.
The notification listener will handle the datastore interaction and will use above notification data to add entry.

Signed-off-by: Harman Singh <harmasin@cisco.com>
9 years agoMerge "check-in scripts (passed by Jan Medved) related to datastore performance testi...
Christopher O'Shea [Thu, 28 Aug 2014 18:34:44 +0000 (18:34 +0000)]
Merge "check-in scripts (passed by Jan Medved) related to datastore performance testing Signed-off-by: Basheeruddin Ahmed <syedbahm@cisco.com>"

9 years agoMerge "Introducing commands to be utilized for functional"
Christopher O'Shea [Thu, 28 Aug 2014 18:34:09 +0000 (18:34 +0000)]
Merge "Introducing commands to be utilized for functional"

9 years agoMerge "Fixing issue in the test to check correct number of flows. Initial number...
Christopher O'Shea [Thu, 28 Aug 2014 04:27:08 +0000 (04:27 +0000)]
Merge "Fixing issue in the test to check correct number of flows. Initial number of flows are changed due to recent checkin in l2switch. This test is failing due to that. This change should fix it."

9 years agocheck-in scripts (passed by Jan Medved) related to
Basheeruddin Ahmed [Thu, 28 Aug 2014 01:08:45 +0000 (18:08 -0700)]
check-in scripts (passed by Jan Medved) related to
datastore performance testing
Signed-off-by: Basheeruddin Ahmed <syedbahm@cisco.com>
9 years agoIntroducing commands to be utilized for functional
Basheeruddin Ahmed [Thu, 28 Aug 2014 00:04:52 +0000 (17:04 -0700)]
Introducing commands to be utilized for functional

testing using Isolation Models

More Information can be found here

https://wiki.opendaylight.org/view/ODL_Distributed_Datastore_Test_Cases_Using_Isolation_Modules

patch 2: copyright header added
Signed-off-by: Basheeruddin Ahmed <syedbahm@cisco.com>
9 years agoFixing issue in the test to check correct number of flows.
Amit Mandke [Wed, 27 Aug 2014 00:38:07 +0000 (17:38 -0700)]
Fixing issue in the test to check correct number of flows.
Initial number of flows are changed due to recent checkin in l2switch.
This test is failing due to that. This change should fix it.

Change-Id: Id7e99fcb6bd0dba990c87447e6a1b624bc66bd0c
Signed-off-by: Amit Mandke <ammandke@cisco.com>
9 years agoMerge "Change REST and RESTCONF port to variables - Default RESTPORT = 8080 - Default...
Carol Sanders [Wed, 27 Aug 2014 17:21:18 +0000 (17:21 +0000)]
Merge "Change REST and RESTCONF port to variables - Default RESTPORT = 8080 - Default RESTCONFPORT = 8080 - Change via pybot command -v RESTCONFPORT=8181 when testing Karaf features"

9 years agoChange REST and RESTCONF port to variables
Christopher O'Shea [Tue, 26 Aug 2014 19:42:46 +0000 (12:42 -0700)]
Change REST and RESTCONF port to variables
- Default RESTPORT = 8080
- Default RESTCONFPORT = 8080
- Change via pybot command -v RESTCONFPORT=8181 when testing Karaf features

Change-Id: Ied8065d6d9c91f82dfffdc26f8feee23c2010a23
Signed-off-by: Christopher O'Shea <christopher.o.shea@ericsson.com>
9 years agoMerge "Updating integration tests due to changed l2switch functionality for address...
Christopher O'Shea [Tue, 26 Aug 2014 01:03:13 +0000 (01:03 +0000)]
Merge "Updating integration tests due to changed l2switch functionality for address tracking & flow installation."

9 years agoUpdating integration tests due to changed l2switch functionality for address tracking...
Alex Fan [Mon, 25 Aug 2014 21:35:12 +0000 (14:35 -0700)]
Updating integration tests due to changed l2switch functionality for address tracking & flow installation.

Change-Id: I27fe7ac94c9840ba6e039e776003685707ff1ab5
Signed-off-by: Alex Fan <railor33@gmail.com>
9 years agoRemoving hardcoding REST PORT.
Christopher O'Shea [Sun, 24 Aug 2014 19:54:25 +0000 (12:54 -0700)]
Removing hardcoding REST PORT.
- Rest port is hardcoded to 8080
- Change it to use the $PORT variabale

Change-Id: I677905a0307310e43f5a91354d7c81be9ba0d4a7
Signed-off-by: Christopher O'Shea <christopher.o.shea@ericsson.com>
9 years agoreplaced 305__eth_ip_ttl.txt with new suite that covers other ttl
Jamo Luhrsen [Fri, 22 Aug 2014 16:18:28 +0000 (09:18 -0700)]
replaced 305__eth_ip_ttl.txt with new suite that covers other ttl
cases (MPLS, copy, etc)

Change-Id: I83a2ec3f22691a082111c294aa98531c7834b13e
Signed-off-by: Jamo Luhrsen <james.luhrsen@hp.com>
9 years ago- testing the waters with data-driven approach to flow mod tests. The new test suite
Jamo Luhrsen [Thu, 21 Aug 2014 06:07:04 +0000 (23:07 -0700)]
- testing the waters with data-driven approach to flow mod tests.  The new test suite
  is standalone and should run with no failures, however there is one case "dec_ttl"
  that is an overlap of test suite 305.

- was able to remove a 20s sleep from the __init__.txt suite by using "Read Until".
  This may help squeeze quicker runs from automation if done to all folders having
  the 20s sleep.  The same concept can be applied in other places, I've noticed.

- A W.I.P. generic Action Flow .xml file is now added.

Change-Id: I20564f5aacdd62ef0c1d3f98418ac55ca880bcd8
Signed-off-by: Jamo Luhrsen <james.luhrsen@hp.com>
9 years agoTemp fix till Reconciliation is fixed.
Christopher O'Shea [Mon, 18 Aug 2014 20:37:42 +0000 (13:37 -0700)]
Temp fix till Reconciliation is fixed.

Change-Id: I02f5e6b4c3892b051deaecdfb95529166f2eb0ac
Signed-off-by: Christopher O'Shea <christopher.o.shea@ericsson.com>
9 years agoAdd subnets and ports
Christopher O'Shea [Fri, 15 Aug 2014 00:50:54 +0000 (17:50 -0700)]
Add subnets and ports

Change-Id: I9b546adbc2790a166b4a664cb30f36a07b289f33
Signed-off-by: Christopher O'Shea <christopher.o.shea@ericsson.com>
9 years agoMerge "Revert "Fixing HTTP response code for not existing in database""
Luis Gomez [Sat, 16 Aug 2014 02:57:03 +0000 (02:57 +0000)]
Merge "Revert "Fixing HTTP response code for not existing in database""

9 years agoRevert "Fixing HTTP response code for not existing in database"
Luis Gomez [Sat, 16 Aug 2014 00:03:16 +0000 (00:03 +0000)]
Revert "Fixing HTTP response code for not existing in database"

This reverts commit c3c2296dadaedb82acd2e49aec05ec4245645848.

Change-Id: I50f358be3c59773da11f99644bf18964780a728f
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
9 years agoNeutron - Add network
Christopher O'Shea [Thu, 14 Aug 2014 04:19:42 +0000 (21:19 -0700)]
Neutron - Add network

Change-Id: I5510cebf7175e96440d7ccd1daee250c16070864
Signed-off-by: Christopher O'Shea <christopher.o.shea@ericsson.com>
9 years agoUpdating VTN OF13 to get mininet to start with OpenFlow13
Christopher O'Shea [Fri, 8 Aug 2014 17:02:07 +0000 (10:02 -0700)]
Updating VTN OF13 to get mininet to start with OpenFlow13

Change-Id: I30e18d59e130ab6c5bf5708ae928eb410a8dcc1f
Signed-off-by: Christopher O'Shea <christopher.o.shea@ericsson.com>
9 years agoFixing HTTP response code for not existing in database
Luis Gomez [Tue, 5 Aug 2014 17:45:53 +0000 (10:45 -0700)]
Fixing HTTP response code for not existing in database

Change-Id: Ib511f9e605ee35e3b55d8560f5f746df524a0d53
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
9 years agoMerge "Integration tests for the new l2switch project, released in Helium."
Luis Gomez [Mon, 4 Aug 2014 02:50:35 +0000 (02:50 +0000)]
Merge "Integration tests for the new l2switch project, released in Helium."

9 years agoIntegration tests for the new l2switch project, released in Helium.
Alex Fan [Fri, 1 Aug 2014 00:51:01 +0000 (17:51 -0700)]
Integration tests for the new l2switch project, released in Helium.

Change-Id: Ie0fcfa6d48167538b85719e06ace209ec67832a1
Signed-off-by: Alex Fan <railor33@gmail.com>
9 years agoChange sleep from 1 to 2 seconds
Christopher O'Shea [Wed, 30 Jul 2014 03:39:07 +0000 (20:39 -0700)]
Change sleep from 1 to 2 seconds

Change-Id: I6798a9a877d08299569c543235b78d00c047fb18
Signed-off-by: Christopher O'Shea <christopher.o.shea@ericsson.com>
9 years agoInitial Commit of ODL OpenStack Integration
Dave Tucker [Thu, 24 Jul 2014 14:03:34 +0000 (15:03 +0100)]
Initial Commit of ODL OpenStack Integration

- Add Vagrantfile for Devstack VMs
- Add Puppet manifests for provisioning the VMs

Change-Id: I099dd25feb2bdeafee6ef360b346cbe10ab9ac00
Signed-off-by: Dave Tucker <dave@dtucker.co.uk>
9 years agoMerge "Added CBench regression scripts"
Luis Gomez [Fri, 18 Jul 2014 06:48:29 +0000 (06:48 +0000)]
Merge "Added CBench regression scripts"