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

R2.22.x #79

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

R2.22.x #79

wants to merge 267 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on May 18, 2016

  1. Merge "Fix for test_db_alarms" into R3.0

    Zuul authored and opencontrail-ci-admin committed May 18, 2016
    Configuration menu
    Copy the full SHA
    d8c09ef View commit details
    Browse the repository at this point in the history
  2. Merge "UI changes merge" into R3.0

    Zuul authored and opencontrail-ci-admin committed May 18, 2016
    Configuration menu
    Copy the full SHA
    2ada8c2 View commit details
    Browse the repository at this point in the history
  3. Fixed some issues in intf mirroring test code

    Change-Id: I28bde0338bbead5a47d6d34bd93696b32f4be23d
    Ankitja committed May 18, 2016
    Configuration menu
    Copy the full SHA
    2d4b527 View commit details
    Browse the repository at this point in the history
  4. Adding test cases for server-manager tags.

    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
    ritamganguly committed May 18, 2016
    Configuration menu
    Copy the full SHA
    13dce92 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    694dea0 View commit details
    Browse the repository at this point in the history
  6. Agent Introspect function to find DNS server assigned to Vrouter

    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
    pulkitt committed May 18, 2016
    Configuration menu
    Copy the full SHA
    b90fc5a View commit details
    Browse the repository at this point in the history
  7. Support providing test tags through testrunner

    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
    hkumarmk committed May 18, 2016
    Configuration menu
    Copy the full SHA
    4a85cff View commit details
    Browse the repository at this point in the history

Commits on May 19, 2016

  1. Adding topology creation before and after upgrade test.

    Change-Id: I5585d5cd072c3d0fff606abc3ff7ba6812db28ff
    ritamganguly committed May 19, 2016
    Configuration menu
    Copy the full SHA
    346fa11 View commit details
    Browse the repository at this point in the history
  2. corrected typo

    Change-Id: If97fe083125ae87195aa7e13de53709814c7b8db
    shajuvk committed May 19, 2016
    Configuration menu
    Copy the full SHA
    8d22520 View commit details
    Browse the repository at this point in the history
  3. Pass connections of project object for IPAM creation.

    Change-Id: Id30098481ff241390e7a330feba64ba099852122
    ritamganguly committed May 19, 2016
    Configuration menu
    Copy the full SHA
    61d1042 View commit details
    Browse the repository at this point in the history
  4. setup webui sanity requirements when required

    tools/configure.py to setup webui sanity requirements, in case webui=True
    set in testbed.py.
    
    Change-Id: I9a2fe56f6c4ad494cfc8d5a1aa5d5384715f240e
    hkumarmk committed May 19, 2016
    Configuration menu
    Copy the full SHA
    c2ab817 View commit details
    Browse the repository at this point in the history
  5. Merge "Agent Introspect function to find DNS server assigned to Vrout…

    …er by discovery" into R3.0
    Zuul authored and opencontrail-ci-admin committed May 19, 2016
    Configuration menu
    Copy the full SHA
    5866a44 View commit details
    Browse the repository at this point in the history
  6. Merge "delete the container in nova first then in docker and sleep to…

    … avoid race condition" into R3.0
    Zuul authored and opencontrail-ci-admin committed May 19, 2016
    Configuration menu
    Copy the full SHA
    561f89b View commit details
    Browse the repository at this point in the history
  7. Merge "SVC Script fixes" into R3.0

    Zuul authored and opencontrail-ci-admin committed May 19, 2016
    Configuration menu
    Copy the full SHA
    90abda0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8dee2a8 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2016

  1. Fix bugs in commit ac1a64 and enhance Hping3 class

    Enhance hping3 class to be able to have multiple instances of
    hping3 on a VM at the same time
    
    Change-Id: Ib8c2b7c01b5e47c6422fa8c7c259d922061da6f4
    Vedu Joshi committed May 20, 2016
    Configuration menu
    Copy the full SHA
    8687b3f View commit details
    Browse the repository at this point in the history
  2. Fix for test_cfgm_alarms failure on single node

        Skipping supervisor-config on single node sanity as stopping supervisor-config disturbs contrail-alarm-gen
    
    Change-Id: Id447813172baba77618ee5fc13c9a26ea4635e8a
    Ankitja committed May 20, 2016
    Configuration menu
    Copy the full SHA
    cf6ffe7 View commit details
    Browse the repository at this point in the history
  3. Moving the error under the right block

    Change-Id: Ib737af6c304056e09fe0c784bf0ca9356a92b0f9
    ganeshahv committed May 20, 2016
    Configuration menu
    Copy the full SHA
    18bf861 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    12ae00f View commit details
    Browse the repository at this point in the history
  5. Small change in intf_mirroring/verify.py

        Get_vm_ips after VM is fully up
    
    Change-Id: I80ffb18a4f83d3831b7fe4124fcdb4481c989a27
    Ankitja committed May 20, 2016
    Configuration menu
    Copy the full SHA
    5e68037 View commit details
    Browse the repository at this point in the history
  6. Merge "corrected typo" into R3.0

    Zuul authored and opencontrail-ci-admin committed May 20, 2016
    Configuration menu
    Copy the full SHA
    cc79337 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f63cf67 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2016

  1. Configuration menu
    Copy the full SHA
    4629ab8 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2016

  1. Flow -l o/p has changed to include an extra blank line

    between 2 flows. This correction addresses that change.
    
    Change-Id: I134f6e4c074532ee1180cedeb783862cfaeecebf
    ritamganguly committed May 23, 2016
    Configuration menu
    Copy the full SHA
    bfa389f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    282f723 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c0f78ea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd956f3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6f5b307 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    818f8bd View commit details
    Browse the repository at this point in the history
  7. Merge "Flow -l o/p has changed to include an extra blank line between…

    … 2 flows. This correction addresses that change." into R3.0
    Zuul authored and opencontrail-ci-admin committed May 23, 2016
    Configuration menu
    Copy the full SHA
    7b8d893 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2016

  1. Using 'webui' variable that is already set through testbed/default

    Change-Id: Iaed56caa2d2c3d5579d8f478ccdb925bfdac50bd
    pavanap committed May 24, 2016
    Configuration menu
    Copy the full SHA
    8ab49da View commit details
    Browse the repository at this point in the history
  2. Fix for alarm test cases on Centos

        Host name on Centos/Redhat should be host + 'englab.juniper.net'
    
    Change-Id: Ia5f7316ca0649f9920854b012d458f2b4a02bb6d
    Ankitja committed May 24, 2016
    Configuration menu
    Copy the full SHA
    215862f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f90af8 View commit details
    Browse the repository at this point in the history
  4. Fix for AnalyticsTestSanity3.test_verify_process_status_config

        Handle the case when server_addrs is not a list
    
        verify_connection_infos(self,obj,module,server_addrs,
    
    Change-Id: I4271020b7d0f8eed0e97b692cfa7149c635abc22
    Ankitja committed May 24, 2016
    Configuration menu
    Copy the full SHA
    80b2c7b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b16a63d View commit details
    Browse the repository at this point in the history

Commits on May 25, 2016

  1. Configuration menu
    Copy the full SHA
    3875c18 View commit details
    Browse the repository at this point in the history
  2. Merge "Using 'webui' variable that is already set through testbed/def…

    …ault" into R3.0
    Zuul authored and opencontrail-ci-admin committed May 25, 2016
    Configuration menu
    Copy the full SHA
    41ca3a9 View commit details
    Browse the repository at this point in the history
  3. Added fix to topo_steps create_project to pass project_username and p…

    …assword
    
    Change-Id: I86f846176c9ff90262eba27accead5fb0e76b07e
    aswanikumar90 committed May 25, 2016
    Configuration menu
    Copy the full SHA
    aad96ef View commit details
    Browse the repository at this point in the history
  4. Fix for test_analytics.AnalyticsTestSanity.test_message_table

        Url to retrive all the tables should be in the format: 'http://node:8081/analytics/tables'
    
    Change-Id: I7b205055f5c2a4465a3a3b1e51bf7c256c6849ac
    Ankitja committed May 25, 2016
    Configuration menu
    Copy the full SHA
    7a9a480 View commit details
    Browse the repository at this point in the history
  5. Fix for test_bgprouter_uve_for_xmpp_and_bgp_peer_count

       Check xmpp peer connections count is num of agents * 2 if xmpp-server > 1, else num of agents
    
    Change-Id: I15f0738627e3e761085c46b5d5b5904b05a6e62e
    Ankitja committed May 25, 2016
    Configuration menu
    Copy the full SHA
    d04f7d9 View commit details
    Browse the repository at this point in the history
  6. Fix for AnalyticsTestSanity3.test_verify_process_status_agent

        Modify script to check agent connection to 2 xmpp/dns servers
    
    Change-Id: Ic32b147e566639d93a89ecd93397b374b5c7ea02
    Ankitja committed May 25, 2016
    Configuration menu
    Copy the full SHA
    4aae024 View commit details
    Browse the repository at this point in the history
  7. Merge "Added fix to topo_steps create_project to pass project_usernam…

    …e and password" into R3.0
    Zuul authored and opencontrail-ci-admin committed May 25, 2016
    Configuration menu
    Copy the full SHA
    7b46c6d View commit details
    Browse the repository at this point in the history

Commits on May 26, 2016

  1. Use right syntax while splitting a string across two lines

    Change-Id: I25364f8c76def1d7fe2245a72f46b05559f08732
    Vedu Joshi committed May 26, 2016
    Configuration menu
    Copy the full SHA
    f2ada9d View commit details
    Browse the repository at this point in the history
  2. Fix for test_db_alarms

        Corrected : Check number of db nodes instead of cfgm nodes
    
    Change-Id: Ia3046cec1887a61def24135e1783ec1ba9ce5955
    Ankitja committed May 26, 2016
    Configuration menu
    Copy the full SHA
    47b5206 View commit details
    Browse the repository at this point in the history
  3. Use get_build_sku() instead of get_openstack_release() to get sku

    Change-Id: I6713d671506b029a12622864305da0cfaecc2802
    pavanap committed May 26, 2016
    Configuration menu
    Copy the full SHA
    1b26e6c View commit details
    Browse the repository at this point in the history

Commits on May 27, 2016

  1. Changing a proc statement to infer hostname from IP address using

    inputs instead of using socket
    
    Change-Id: Ia1c2c3d8cf72daa776aab2ddb5bae371647d6946
    pulkitt committed May 27, 2016
    Configuration menu
    Copy the full SHA
    3573aab View commit details
    Browse the repository at this point in the history
  2. Committing review id 19482 to new infra

    1.Adding infra to run heat commands using heat templates from automation framework
    2.Changes in vm fixture to read the vm object from uuid.This is needed when vm is created
      using heat and verification done through automation infra
    3.Added necessary changes in common code for heat template to be used directly from automation
      framework
    4.Adding changes for analytics for sanity failures
    
    Change-Id: Ib356d5fee2ec2b42145712527997dee3872f63f6
    sandip-d committed May 27, 2016
    Configuration menu
    Copy the full SHA
    637e879 View commit details
    Browse the repository at this point in the history
  3. Merge "Fix for test_db_alarms" into R3.0

    Zuul authored and opencontrail-ci-admin committed May 27, 2016
    Configuration menu
    Copy the full SHA
    2ad10a1 View commit details
    Browse the repository at this point in the history
  4. Increasing Retries for Stack creation, update and deletion.

    1]. In a stack with multiple resources,
        Create, update and delete operations take longer.
    
    Change-Id: I6a386765f71779fc435a4aff6f7ea26940791b72
    ganeshahv committed May 27, 2016
    Configuration menu
    Copy the full SHA
    1f0ff07 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fcc8c7f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    00ba79b View commit details
    Browse the repository at this point in the history
  7. Merge "Changing a proc statement to infer hostname from IP address us…

    …ing inputs instead of using socket" into R3.0
    Zuul authored and opencontrail-ci-admin committed May 27, 2016
    Configuration menu
    Copy the full SHA
    6a8dcd1 View commit details
    Browse the repository at this point in the history
  8. Using the configured project name for UI config

    Change-Id: I814debd462327c7932c4a56ffdfcdec3d799b2c0
    pavanap committed May 27, 2016
    Configuration menu
    Copy the full SHA
    8fda30f View commit details
    Browse the repository at this point in the history
  9. Adding change in neutron base code to support all zero AAP mac

    *Adding support in config_aap to allow  configuraing all zero
    AAP mac
    
    * Adding method to configure ubuntu keepalived
    
    * Adding method to check keepalived status
    
    * Adding method to perform service action on keepalived
    
    * Adding image with ubuntu keepalived
    Change-Id: I9f9f114e22d95c5922350b4bd8cf303c377202de
    Chhandak committed May 27, 2016
    Configuration menu
    Copy the full SHA
    8f44f45 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2016

  1. Merge "Use get_build_sku() instead of get_openstack_release() to get …

    …sku" into R3.0
    Zuul authored and opencontrail-ci-admin committed May 29, 2016
    Configuration menu
    Copy the full SHA
    408049f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d961254 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2016

  1. Configuration menu
    Copy the full SHA
    76fd225 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2016

  1. Configuration menu
    Copy the full SHA
    04d8ce2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41f95de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d08923f View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2016

  1. Enhance automation tests on heat

    -> Enable automation for contrailv2 heat plugin
    -> Add IPv6 based tests
    -> Add multi-policy-service-chain tests
    -> Add port-tuple based service-chain tests
    
    Change-Id: I8db276fbc3baf8ddfe85eddfe497d602beaaec89
    Closes-Bug: #1579613
    sunilbasker-jnpr committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    6108b6b View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2016

  1. Catching the CommandTimeout exception

    1]. To retry in case of failure during ssh to a VM.
    
    Change-Id: I85710b36cc8d4bbce9ae44426b13f053b422184e
    ganeshahv committed Jun 2, 2016
    Configuration menu
    Copy the full SHA
    3cdf3b0 View commit details
    Browse the repository at this point in the history
  2. Remove import of strutils which is not used

    This fixes the issue where heat testcases were not discovered due
    to import errors of strutils from oslo.utils
    
    Change-Id: If2ae6c3ccbb4a568cc9db21aa31716707bbede72
    Vedu Joshi committed Jun 2, 2016
    Configuration menu
    Copy the full SHA
    63018f9 View commit details
    Browse the repository at this point in the history
  3. Analytics fix for sanity failures

    1.Loop was breaking in parser before iterating over all the objects.
    2.Changed the collector port to 8086 instead of 8089
    
    Change-Id: I8e50cd7b9425db7a070b18951ca8cd7c12d14096
    sandip-d committed Jun 2, 2016
    Configuration menu
    Copy the full SHA
    34bbd25 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8cb0713 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2016

  1. wait till vm is active before updating image details:

    otherwise sometime it returns zone as nova however when vm is active its changed to nova/docker
    update image details in method verify_vm_launched when vm is active
    
    Change-Id: Iee889145cdb74d19bbe82c7ff3fd3183367ae99d
    alokkumar223 committed Jun 3, 2016
    Configuration menu
    Copy the full SHA
    f793f7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29ef57c View commit details
    Browse the repository at this point in the history
  3. Adding support for get and set config thru netconf

    1]. Set config on the VM thru Netconf
    Review comments
    2]. Moving the set and get thru netconf functions from fabfile to util
    
    Change-Id: I40dc21ba768f860406817c04d2c3aef9899813f3
    ganeshahv committed Jun 3, 2016
    Configuration menu
    Copy the full SHA
    a98e808 View commit details
    Browse the repository at this point in the history
  4. fix script issues found in regression,partial bug 1571996:

    - save project connection in fixture to be used later in ipam creation
    - fixes Authentication Failure while creating IPAM in testcase test_policy_with_implict_rule_proto_traffic
    - remove reference of pkt_count as it's removed from netcat util now
    
    Change-Id: I60e3ad8ddf7c51932ca9b88cde5f8fb3f9440258
    alokkumar223 committed Jun 3, 2016
    Configuration menu
    Copy the full SHA
    253689c View commit details
    Browse the repository at this point in the history
  5. Merge "wait till vm is active before updating image details: otherwis…

    …e sometime it returns zone as nova however when vm is active its changed to nova/docker update image details in method verify_vm_launched when vm is active" into R3.0
    Zuul authored and opencontrail-ci-admin committed Jun 3, 2016
    Configuration menu
    Copy the full SHA
    7391f19 View commit details
    Browse the repository at this point in the history
  6. Merge "fix script issues found in regression,partial bug 1571996: - s…

    …ave project connection in fixture to be used later in ipam creation - fixes Authentication Failure while creating IPAM in testcase test_policy_with_implict_rule_proto_traffic - remove reference of pkt_count as it's removed from netcat util now" into R3.0
    Zuul authored and opencontrail-ci-admin committed Jun 3, 2016
    Configuration menu
    Copy the full SHA
    79a4cf1 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2016

  1. UI changes in create_vm, monitor page testcases - fixture

    Change-Id: I46e2e6f87280106d5dabc5eb4f02cdda5f26b9b2
    pavanap committed Jun 5, 2016
    Configuration menu
    Copy the full SHA
    46d95a7 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2016

  1. Configuration menu
    Copy the full SHA
    22b725f View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2016

  1. Wait till SVM is up

    Change-Id: Ic0058ed472c98dad321213f350a5efe25fb911a6
    sunilbasker-jnpr committed Jun 8, 2016
    Configuration menu
    Copy the full SHA
    87ab04d View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2016

  1. UI changes in VM and monitor testcases - fixtures

    TC covered -
    test1_9_launch_virtual_instances
    test_verify_config_services_service_instances
    test_verify_monitor_infra_analytics_node_advance_details
    test_verify_monitor_infra_config_node_advance_details
    test_verify_monitor_infra_dashboard_details
    test_verify_monitor_infra_vrouter_advance_details
    test_verify_monitor_networking_instance_basic_details
    test_verify_monitor_networking_network_advance_details
    
    Change-Id: If75f41d17e835aa807d728ffdf92daa08511c4ca
    pavanap committed Jun 10, 2016
    Configuration menu
    Copy the full SHA
    55b879e View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2016

  1. Merge "Wait till SVM is up" into R3.0

    Zuul authored and opencontrail-ci-admin committed Jun 13, 2016
    Configuration menu
    Copy the full SHA
    baccefb View commit details
    Browse the repository at this point in the history
  2. Fix for test_verify_generator_collector_connections

        Check xmpp peer connections count is num of agents * 2 if xmpp-server > 1, else num of agents
    
    Change-Id: I0693cfc0eda30e157855fe4280658841f90c24f3
    Ankitja committed Jun 13, 2016
    Configuration menu
    Copy the full SHA
    76ea77f View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2016

  1. Added fabutils.py with remote_cmd to use in wider usecases

    This is an initiative to consolidate common methods from contrail-test.
    
    Idea of adding tcutils/fabutils.py is to move all fab related code to fabutils
    and get them from there, instead of importing fabric related modules on
    various places.
    
    remote_cmd method to be used to run command on any remote nodes - whether it
    is a remote server or VM or between VMs. This method has capability to
    handle:
    
    1. run remote command on remote server from test node
    2. Run remote command on node-a through node-b from the test node
      * in this case node-a is the target node, node-b is gateway, and the
    nodes will be connect from testnode
      * This is to avoid situation to login to remote node (node-b in this
        case) and run script (fab script or pexpect or any such code) on
        that remote node (node-b) against running command on target node
        (node-a)
    3. Run remote command on VM thorugh compute node - Same usecase as of #2
    4. Run remote commands between VMs - say copy a file from vm1 to vm2
    through compute node of vm1.
      * This will use ssh-agent forward to avoid copying ssh private keys to
        subsequent servers - Previously we used to copy ssh private keys to
        compute node and then copy the same file to vm1 in order to be able
        to connect from vm1 to vm2.
      * The commands will be running sitting on the test node then run an
      * "ssh/scp" command on vm1 through compute node of vm1 with
        agent_forward on
      * in this case flow is like this: test_node ->
        compute_of_vm1(gateway - passthrough) -> vm1 (run ssh/scp there) ->
        vm2 (final command is run)
    
    NOTE that in all above situations ssh is initiated from the test node
    and NO NEED TO SSH TO ANY OTHER NODE AND RUN SSH/FAB COMMANDS FROM
    THERE.
    
    Change-Id: I05882f3463389981a3f15f416b279a0f9ed354ab
    hkumarmk committed Jun 14, 2016
    Configuration menu
    Copy the full SHA
    62cd96c View commit details
    Browse the repository at this point in the history
  2. Including timeout for config section.

    -  Saw RPC timeout error as default timeout is low. Now, user can
       configure it if needed.
    
    Change-Id: I32eeb4846f646d6efc06c151769a4a121db0244d
    Closes-Bug: #1465219
    skiranh committed Jun 14, 2016
    Configuration menu
    Copy the full SHA
    dbc1b4d View commit details
    Browse the repository at this point in the history
  3. Correct syntax error in few places

    Change-Id: Icc32462985dacd536cb72eedb48e333fa821f171
    Vedu Joshi committed Jun 14, 2016
    Configuration menu
    Copy the full SHA
    331eb15 View commit details
    Browse the repository at this point in the history
  4. Fix: run command as_daemon is failing

    Command with backgrounded nohup was still keeping the shell engaged, and
    thus exiting from the shell causing the command to stop.
    
    There are different fixes for this problem -
    1. use tools like screen to completely detach the terminal - this will
    give complete workable solution, but would need screen installed.
    2. disable pty while running - this may cause issues on some systems
    where sudo need tty to run the commands (that can be fixed by
    configuring sudoers though)
    
    I chose #2 as that doesnt have any external tool dependency.
    
    Change-Id: I7b15f33ba8b43dedc803807ad3cc96cb8f2a29c5
    hkumarmk committed Jun 14, 2016
    Configuration menu
    Copy the full SHA
    903c514 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c25dd97 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2016

  1. Configuration menu
    Copy the full SHA
    e669483 View commit details
    Browse the repository at this point in the history
  2. Fix background command failure on remote_cmd also

    The fix which have gone to run_cmd_through_node is required to be added
    on remote_cmd also.
    
    Also fixed some minor issues on remote_cmd
    
    Change-Id: Ibd6d542ac6501e7cf40a8efb60f724d3e5862413
    hkumarmk committed Jun 15, 2016
    Configuration menu
    Copy the full SHA
    acbe5be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e69da0 View commit details
    Browse the repository at this point in the history
  4. Merge "Including timeout for config section. - Saw RPC timeout error …

    …as default timeout is low. Now, user can configure it if needed." into R3.0
    Zuul authored and opencontrail-ci-admin committed Jun 15, 2016
    Configuration menu
    Copy the full SHA
    bfe7c65 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2016

  1. A method to get IP of DNS server of a subnet(as mentioned in IPAM)

    associated with a VN
    
    Change-Id: I729e6497cdb22621de576a04ace5f931798fdccf
    pulkitt committed Jun 16, 2016
    Configuration menu
    Copy the full SHA
    b7e7cd3 View commit details
    Browse the repository at this point in the history
  2. Adding xmpp knobs

      - Added 2 xmpp knobs
    
    Change-Id: I0a2b709e3961ca0d4bc035b6a659cd928ddcd905
    Closes-Bug: #1565411
    skiranh committed Jun 16, 2016
    Configuration menu
    Copy the full SHA
    17f85d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d6cb41a View commit details
    Browse the repository at this point in the history
  4. Added remote_copy, updated remote_cmd

    * updated remote_cmd
      * Added proper doc string
      * No need to use remove_unwanted_output method, as it only required if
        running fab commands as a comand, which is not going to happen with
        remote_cmd
    * removed method remove_unwanted_output
    * Added method remote_copy which to be used to copy the
      files/directories remotely - it supports
      * copy files from remote node1 to remote node2
      * Copy files locally from src to dest path
      * copy files between VMs through gateway nodes (i.e compute nodes)
      * Copy from server to VM and vice versa
    
    Change-Id: I32407a33652b3a5b2978d60904d0b457c4d82c10
    hkumarmk committed Jun 16, 2016
    Configuration menu
    Copy the full SHA
    f25c0d7 View commit details
    Browse the repository at this point in the history
  5. Modified a Test case of VDNS to verify record order as round robin

    Verification of round robin record record cannot be committed
    always to be 1 after the other. It is important that it should
    often follow the sequencing but not always.
    Thus, the check in test case is relaxed which will pass if 3
    consecutive results are in sequence out of 10.
    
    Change-Id: If4715adcb10d630906e0efa73cf0cd206075bb7b
    pulkitt committed Jun 16, 2016
    Configuration menu
    Copy the full SHA
    0b34018 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2016

  1. UI changes in VM creation, fip, monitor cases - UI fixture

    TC covered:
    test1_9_launch_virtual_instances
    test_verify_config_networking_floating_ips
    test_verify_monitor_infra_analytics_node_advance_details
    test_verify_monitor_infra_analytics_node_basic_details
    test_verify_monitor_infra_vrouter_advance_details
    test_verify_monitor_networking_instance_advance_details
    test_verify_monitor_networking_instance_basic_details
    test_verify_monitor_networking_network_advance_details
    
    Change-Id: I43f2b3002bfdaacb422fcf5a68116e31a579c328
    pavanap committed Jun 17, 2016
    Configuration menu
    Copy the full SHA
    a8cd825 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2016

  1. Configuration menu
    Copy the full SHA
    aa978c6 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2016

  1. Merge "Modified a Test case of VDNS to verify record order as round r…

    …obin" into R3.0
    Zuul authored and opencontrail-ci-admin committed Jun 20, 2016
    Configuration menu
    Copy the full SHA
    fea8259 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    320a58f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5be6ca8 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2016

  1. Added back remove_unwanted_output

    Readding remove_unwanted_output method back as this method is required but removed it.
    
    Change-Id: Icfd68279dda391b7385c2175baef38f60c109dbd
    hkumarmk committed Jun 22, 2016
    Configuration menu
    Copy the full SHA
    a1797f1 View commit details
    Browse the repository at this point in the history
  2. Add project selection under monitor > instance

    Change-Id: Ic086f5a74eeafb5c47628671b01d07dfbda50641
    pavanap committed Jun 22, 2016
    Configuration menu
    Copy the full SHA
    53bf173 View commit details
    Browse the repository at this point in the history
  3. Handling Instance IP check in IPv6 cases

    1]. The earlier logic used to fail when Sets are compared.
    2]. Checking for intersection in the sets for common elements.
    
    Change-Id: I80d600bcbdc6be8f3af134c47a6ae7bd8c9789e1
    ganeshahv committed Jun 22, 2016
    Configuration menu
    Copy the full SHA
    df81079 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2016

  1. Configuration menu
    Copy the full SHA
    67ec7fe View commit details
    Browse the repository at this point in the history
  2. Adding exception handling in a vdns proc

    Also, adding a VNA inrtospect function to check DnsBin traces
    
    Change-Id: If36efe52eeb85c4f27bd1ec3c69ffec25801a422
    pulkitt committed Jun 23, 2016
    Configuration menu
    Copy the full SHA
    5f479b7 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2016

  1. Configuration menu
    Copy the full SHA
    64b819e View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2016

  1. Merge "Adding exception handling in a vdns proc Also, adding a VNA in…

    …rtospect function to check DnsBin traces" into R3.0
    Zuul authored and opencontrail-ci-admin committed Jun 27, 2016
    Configuration menu
    Copy the full SHA
    4aa3f90 View commit details
    Browse the repository at this point in the history
  2. Merge "A method to get IP of DNS server of a subnet(as mentioned in I…

    …PAM) associated with a VN" into R3.0
    Zuul authored and opencontrail-ci-admin committed Jun 27, 2016
    Configuration menu
    Copy the full SHA
    ec8191e View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2016

  1. Enhancements to support some flow test cases

    * Add a base class for flow tests with a method to add/cleanup flow_export_rate
    * Enable creating VN and VM fixtures as part of setUpClass in a test class
    * Add method to get generator name of agent
    * Add wrapper for vnc-api’s methods to set and get flow_export_rate
    * Minor debug fixes
    
    Change-Id: Icaa86ae5b4fc3e3483a77fc5e2e8e55a0f53243e
    Vedu Joshi committed Jun 29, 2016
    Configuration menu
    Copy the full SHA
    59804a0 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2016

  1. Adding support for Service Chain v2 testcases

    1]. Getting the service template version.
    2]. Launch SVM using VM Fixture and verify Port-tuples.
    3]. While fetching the VNs under a project, display external VNs too.
    
    Change-Id: Id913afcbe263a1fef54709d6c58ed34e71c010c5
    ganeshahv committed Jun 30, 2016
    Configuration menu
    Copy the full SHA
    287ad80 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2016

  1. Add IPv6 support for ECMP cases

    Undo ipv6 hack
    
    Change-Id: I531deb3afc14c9ff2b79685bbc362cfffad6b1c1
    sunilbasker-jnpr committed Jul 1, 2016
    Configuration menu
    Copy the full SHA
    de7e0f9 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2016

  1. Added modules for new discovery enhancement R3.0

    Added Discovery introspect enhancement
    Added enhancement in connection.py for gathering information of web
    control IPs.
    Added multiple discovery specific modules for new test cases.
    
    All review comments of following change IDs are incorporated in this commit:
    https://review.opencontrail.org/#/c/18658/
    
    Apart from this, many other code changes are also done in the new patch
    to optimise the code and remove redundant lines of codes used across
    different modules.
    
    Change-Id: Id0996608df565ebd5bb0909bfd6869605c421fab
    Closes-Bug: #1579054
    pulkitt committed Jul 4, 2016
    Configuration menu
    Copy the full SHA
    e772715 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2016

  1. Configuration menu
    Copy the full SHA
    9dc739e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12cfcea View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2016

  1. Replace asterisks with percent signs

    A sequence of three asterisks is used universally to indicate an
    error. So we should avoid this string in benign info/debug
    messages. Replace any sequence of three or more asterisks with
    equivalent number of % signs.
    
    Change-Id: I1a57fda735867a4d533e2b16d5b22ba6054ec957
    Partial-Bug: #1599674
    Karl Klashinsky committed Jul 14, 2016
    Configuration menu
    Copy the full SHA
    8ddb938 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2016

  1. Added 3 procs for API, OPS and UI verification for VN edit

    Change-Id: I3f683924cab7f2c59c92b4f97780d7b192cb7bd5
    ushamani committed Jul 19, 2016
    Configuration menu
    Copy the full SHA
    8a83d7c View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2016

  1. add method required for 26a1619255eb9eced467fd522c6b2dff80bef0b1:get …

    …the interface name through IP
    
    Change-Id: I4ec4d7bf8ae4f7de3b3524195ebfd0d4f4ca14ba
    alokkumar223 committed Jul 20, 2016
    Configuration menu
    Copy the full SHA
    abb72f7 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2016

  1. Merge "add method required for 26a1619255eb9eced467fd522c6b2dff80bef0…

    …b1:get the interface name through IP" into R3.0
    Zuul authored and opencontrail-ci-admin committed Jul 21, 2016
    Configuration menu
    Copy the full SHA
    57a970c View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2016

  1. Configuration menu
    Copy the full SHA
    5d15e3a View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2016

  1. 1. Pass auth header in post_query request

        Fix for test_verify_object_logs
        Needed to pass auth header in post_query request
        Pass expect : 202 in query header to get qid
    
    2. Script fix required after Secured Access for Analytic REST API- 8081 in R3.1(master):
       1. we need to pass inputs in VerificationOpsSrv now which can be used for authentication in class JsonDrv
    
    (cherry picked from commit 55eb03b)
    
    3. Change VerificationOpsSrv to use admin credentials for auth
    
    After changing default aaa mode to cloud-admin-only for contrail-analytics-api
    we need to change VerificationOpsSrv to use admin credentials when
    getting auth token to send to contrail-analytics-api instead of
    stack user credentials.
    
    Partial-Bug: #1599654
    (cherry picked from commit 1eb5678)
    
    Change-Id: I9692c57add27b2bacc3d0c05d59690c3e2c82b7f
    Ankitja authored and Megh Bhatt committed Aug 5, 2016
    Configuration menu
    Copy the full SHA
    84a73d6 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2016

  1. Make contrailapi.py usable as a vnc-api related library

    * OpenstackOrchestrator and VcenterOrchestrator will inherit
    from Orchestrator and not from ContrailApi
    * Rename ContrailApi to ContrailVncApi
    
    Change-Id: Ib965758b74e4bfbb2bfe5f0b26c712c9e751e2bb
    Vedu Joshi committed Aug 10, 2016
    Configuration menu
    Copy the full SHA
    687df9a View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2016

  1. Configuration menu
    Copy the full SHA
    ebf302c View commit details
    Browse the repository at this point in the history
  2. Change image server to 10.204.216.50

    Change-Id: I218854afbfebc6c1ed75c3c7720e0ca0384c282d
    vmahuli committed Aug 11, 2016
    Configuration menu
    Copy the full SHA
    4cfa9e1 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2016

  1. Changed the way variable was handled in Vdns test scripts.

    Some time back, all variable names were converted to use some random
    variable names to distinguish the name of VM/VNs while running serial
    scripts.
    Corresponding to that, at some places, hard coded values were getting
    used. Changed those values.
    
    Change-Id: Ia1dd0703a406778fdf0e239add5aacf66bf78cb5
    pulkitt committed Aug 12, 2016
    Configuration menu
    Copy the full SHA
    744de9a View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2016

  1. Add missing get_security_group() method to orchestrator.py

    Change-Id: I1ceea2e8a2908493c5661a8dfde8498f26987617
    Vedu Joshi committed Aug 13, 2016
    Configuration menu
    Copy the full SHA
    c5aa43e View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2016

  1. Retry docker run to avoid test failures because timeout from containerd

    Sometimes there is an error used to popup "
    docker: Error response from daemon: containerd: container did not start
    before the specified timeout." So try multiple times before giveup.
    
    Change-Id: I9b22f779372e067cd6bfabd3f8c4d5fd4fe82a14
    hkumarmk committed Aug 20, 2016
    Configuration menu
    Copy the full SHA
    67b5c0e View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2016

  1. Install packages required for webui testing while building container

    Install all webui testing related packages during container build
    itself. Earlier that were happening while starting the container which
    was wrong.
    
    Change-Id: I4e8630af0b42da5e3f0dee3d24de8ff0dfd1383f
    hkumarmk committed Aug 22, 2016
    Configuration menu
    Copy the full SHA
    104d759 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2016

  1. Fix for test_svc_mirroring -- Cherry-pick

        Order of arguments being passed in config_vm method seems to have changed, fixed in this commit
    
    Change-Id: I76b1fdb45b85f378aa077cc4c2b2c2cac1b59b65
    Ankitja committed Aug 30, 2016
    Configuration menu
    Copy the full SHA
    2e95fd7 View commit details
    Browse the repository at this point in the history
  2. Fix for intf mirroring test cases - Cherry-pick

        Two changes :
           1) Config_vm method : Fixed arguments passed in incorrect order issue
           2) MirrorActionType: Pass routing instance argument correctly
    
    Change-Id: I6315e0c84b78d390792b4d52f6f8bfc31a9645aa
    Ankitja committed Aug 30, 2016
    Configuration menu
    Copy the full SHA
    a516b29 View commit details
    Browse the repository at this point in the history
  3. Fix for analytics test cases on HA setup -- Cherry-pick

        Vip needs to be used for the following:
            All the processes connecting to discovery
               server_addrs : vip:5998
            contrail-schema, svc-mon, deviceManager to contrail-api
               server_addrs :vip:8082
        test_verify_process_status_analytics_node
        test_verify_process_status_config
        test_verify_process_status_control_node
    
    Change-Id: I19ab88bd070567ee501a6415cdcd81432397ac28
    Ankitja committed Aug 30, 2016
    Configuration menu
    Copy the full SHA
    8e40b05 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    90558b4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8dda62a View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2016

  1. Configuration menu
    Copy the full SHA
    8ce8cf3 View commit details
    Browse the repository at this point in the history
  2. Introducing retry in ns_lookup proc to avoid sleep - ci

    A delay of 3 seconds have been introduced for record to get updated
    in DNS server. In this case, as new set of DNS servers are allocted
    to vrouter, it will take 3 seconds to sync its local records. Thus,
    script can fail randomly if the delay is not there.
    Usually, verify_ns_lookup_data will be used to verify record from
    DNS server. Thus, this proc is put under retry decoratoe to avoid
    sleep at multiple places
    
    Change-Id: Ieda3b3ed6a41adf85a9864be57080f7daab4b2d1
    pulkitt committed Aug 31, 2016
    Configuration menu
    Copy the full SHA
    de7784e View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2016

  1. Configuration menu
    Copy the full SHA
    dcf7542 View commit details
    Browse the repository at this point in the history
  2. Modified script to pick the latest vn for edit and corrected logger e…

    …rror message
    
    Change-Id: Ief63d02edc3dcc622042af4b3560570bc9505f11
    ushamani committed Sep 1, 2016
    Configuration menu
    Copy the full SHA
    05078de View commit details
    Browse the repository at this point in the history
  3. Added 1 second wait time before getting CPU values

    TC -
    test_verify_monitor_networking_instance_basic_details
    
    Change-Id: Icc00a73e6aa4a84e48db4518f1ccf931ef064bc7
    pavanap committed Sep 1, 2016
    Configuration menu
    Copy the full SHA
    64f69fb View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2016

  1. Merge "Install packages required for webui testing while building con…

    …tainer" into R3.0
    Zuul authored and opencontrail-ci-admin committed Sep 2, 2016
    Configuration menu
    Copy the full SHA
    14b2d69 View commit details
    Browse the repository at this point in the history
  2. Merge "Modified script to pick the latest vn for edit and corrected l…

    …ogger error message" into R3.0
    Zuul authored and opencontrail-ci-admin committed Sep 2, 2016
    Configuration menu
    Copy the full SHA
    4561512 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2016

  1. Adding new method to configure AAP using VNC API

    * Zero MAC can not be configure using neutron command. Though it is allowed
    through contrail VNC API. Adding new method to configure AAP using contrail
    VNC APi
    * Adding method to manage keepalived service
    * Updating the Image for Keeplaived  package
    Change-Id: Idd4d8d297251d85213f01e9cf7a522e2b3d9defe
    Chhandak committed Sep 7, 2016
    Configuration menu
    Copy the full SHA
    d07f7c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    164a71f View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2016

  1. Configuration menu
    Copy the full SHA
    04262b7 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2016

  1. Configuration menu
    Copy the full SHA
    c29857a View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2016

  1. Fix for AnalyticsTestSanityWithResource.test_verify_process_status_ag…

    …ent <-Cherry-pick from R3.1
    
        Corrected the logic: Script was expecting vrouter agent connection to every collector
    
    Change-Id: I13001f6230cc9e2e3044be49edd2ad361596304c
    Ankitja committed Sep 15, 2016
    Configuration menu
    Copy the full SHA
    75031fa View commit details
    Browse the repository at this point in the history
  2. Fix for alarm test cases <- cherrypick from R3.1

        Alarm type changed from process-status to node-status for supervisor-* processes
        Need to expect node-status alarm type when supervisor of any role goes down
    
    Change-Id: If07dff27862bc8dfd4aa76dee1f024b368fafcd6
    Ankitja committed Sep 15, 2016
    Configuration menu
    Copy the full SHA
    8e4e7e6 View commit details
    Browse the repository at this point in the history
  3. Fix for test_db_alarms <- Cherrypick from R3.1

        Expect node-status type alarm instead of process-status when nodemngr is down
    
    Change-Id: Id255b0f69067c9e6fe2d186e9b294dee9f8a0897
    Ankitja committed Sep 15, 2016
    Configuration menu
    Copy the full SHA
    c48c7c9 View commit details
    Browse the repository at this point in the history
  4. Alarm schema related script changes <-Cherrypick from R3.1

        Related-Bug: #1607030
        changing json_vars to json_variables
        Soaking enabled
    
    Conflicts:
    	tcutils/collector/analytics_tests.py
    
    Change-Id: Ia21ca4cb62cba1250bad9161dc679f8b41438094
    Ankitja committed Sep 15, 2016
    Configuration menu
    Copy the full SHA
    3a0a1c9 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2016

  1. Changed the dom object for port name

    TC covered -
    test1_5_create_ports
    
    Change-Id: Id313c3ce54f09003ff56e1482ae4ef8a349e7b56
    pavanap committed Sep 19, 2016
    Configuration menu
    Copy the full SHA
    148f96d View commit details
    Browse the repository at this point in the history
  2. adding DISTRO and SKU to topology info in the report

    Change-Id: Ib818bce131407a6826ca2936d0e5973c16832168
    msudhee committed Sep 19, 2016
    Configuration menu
    Copy the full SHA
    45f3061 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d383314 View commit details
    Browse the repository at this point in the history
  4. Enhancing ECMP test code

    1], In SI fixture, increased the retries for VM refs check and SVC-VN cleanup verification.
         Added a check to verify the VM back refs and mx instances to be the same.
    2]. Changing the flavour for SVMs. Use medium for vsrx and ubuntu-in-net
    3]. Enhanced readability in the config service chain code
    
    Change-Id: Ic2a7248d0554f46552cfd28545b8de597d3f8511
    ganeshahv committed Sep 19, 2016
    Configuration menu
    Copy the full SHA
    7f3db93 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2016

  1. Fix for alarm test cases

        Part of the code merged through cherrypick https://review.opencontrail.org/#/c/24171/ is not applicable
        as all the dev changes done in R3.1 are not synced to this branch. Resolving the same through this commit.
    
        Continue to use or_list, and_list and json_variables (old schema)
    
    Change-Id: I8eb42f26951056c8029762d357d752ec1251983e
    Ankitja committed Sep 20, 2016
    Configuration menu
    Copy the full SHA
    79c553f View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2016

  1. Merge "Enhancing ECMP test code" into R3.0

    Zuul authored and opencontrail-ci-admin committed Sep 21, 2016
    Configuration menu
    Copy the full SHA
    5641ea2 View commit details
    Browse the repository at this point in the history
  2. Commiting ECMP related changes in R3.1 and master

    1]. Cherry-picking changes from
        commit 971b905
        commit c161b59
    
    Change-Id: Idfae4bc63ca27d627ed65b0641c57956203b05a0
    ganeshahv committed Sep 21, 2016
    Configuration menu
    Copy the full SHA
    c240ddc View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2016

  1. Retry docker run to avoid test failures because of timeout

    Change-Id: Ia30c834424cf3e86150376fd485d98505eb02c69
    pavanap committed Sep 22, 2016
    Configuration menu
    Copy the full SHA
    65dbe97 View commit details
    Browse the repository at this point in the history
  2. Fixed mismatched values on vrouter advanced page

    Change-Id: I21f7971a39d452f51d6c37e020468f5ba6d424bb
    pavanap committed Sep 22, 2016
    Configuration menu
    Copy the full SHA
    94604cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48164e2 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2016

  1. Configuration menu
    Copy the full SHA
    64672c7 View commit details
    Browse the repository at this point in the history
  2. Missed adding the pt key

    Change-Id: Ida72daa7603b3e0853eab0a1b9558684101c64a8
    ganeshahv committed Sep 23, 2016
    Configuration menu
    Copy the full SHA
    54fbad6 View commit details
    Browse the repository at this point in the history
  3. Fix for verify_cfgm_alarms test cases on centos and redhat

        'service stop/start process' not support for contrail-config-nodemgr on centos/redhat
         Using 'supervisorctl -s unix:///tmp/supervisord_config.sock restart contrail-config-nodemgr'
    
    Change-Id: I6b4d2cdd7e927584a0528d07e931abe93b347288
    Ankitja committed Sep 23, 2016
    Configuration menu
    Copy the full SHA
    d7bfe96 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2016

  1. Configuration menu
    Copy the full SHA
    0654a0f View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2016

  1. Changes made to support evpn cases

    Change-Id: I0c6d7973ec3d99e94ba8eec490c4ffc4a66a72a4
    aswanikumar90 committed Sep 26, 2016
    Configuration menu
    Copy the full SHA
    b2811c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19ad7e7 View commit details
    Browse the repository at this point in the history
  3. When refresh is set, get latest data from api server

    It can so happen that ports can get attached and detached
    from the VM anytime. So, should get latest port info of a VM then
    
    Change-Id: I2ede63fc427b93e99ff95cf368c91edaa912bcd3
    Vedu Joshi committed Sep 26, 2016
    Configuration menu
    Copy the full SHA
    91a1e46 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2016

  1. Wait till vm is launched before populating details from vm obj

    Adding a function to clear all local states of a VMI, useful in case of detach_port scenarios
    
    Conflicts:
    	fixtures/vm_test.py
    
    Change-Id: Ice2b2331bbcec04e469c8ffe7cb310ceaf4fd7a5
    Senthilnathan Murugappan committed Sep 27, 2016
    Configuration menu
    Copy the full SHA
    05f54e2 View commit details
    Browse the repository at this point in the history
  2. Changes reqd for node shutdown/VIP move related testcases

    Change-Id: I49f3dff5b5351b84fd1075e43b264dad756f2169
    Senthilnathan Murugappan committed Sep 27, 2016
    Configuration menu
    Copy the full SHA
    1ee86a8 View commit details
    Browse the repository at this point in the history
  3. Do not override the property objects upon reset of connection during …

    …ha failover
    
    Conflicts:
    	tcutils/collector/analytics_tests.py
    Change-Id: Ifeb2de7bd52ad131d7ea739cc7440445a1f33893
    Senthilnathan Murugappan committed Sep 27, 2016
    Configuration menu
    Copy the full SHA
    0931f89 View commit details
    Browse the repository at this point in the history
  4. Adding testcase for 1590971

    Conflicts:
    	tcutils/config/vnc_introspect_utils.py
    
    Change-Id: Id875bdc8a912cb23c9c828816b11cff740b2200d
    Senthilnathan Murugappan committed Sep 27, 2016
    Configuration menu
    Copy the full SHA
    21ccb84 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2016

  1. Merge "Do not override the property objects upon reset of connection …

    …during ha failover" into R3.0
    Zuul authored and opencontrail-ci-admin committed Sep 29, 2016
    Configuration menu
    Copy the full SHA
    b741192 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ecb6db8 View commit details
    Browse the repository at this point in the history
  3. Merge "Wait till vm is launched before populating details from vm obj…

    … Adding a function to clear all local states of a VMI, useful in case of detach_port scenarios" into R3.0
    Zuul authored and opencontrail-ci-admin committed Sep 29, 2016
    Configuration menu
    Copy the full SHA
    bdfce4a View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2016

  1. Changes required in svc mirroring test code due to ECMP test code enh…

    …ancement
    
    The following changes required due to https://review.opencontrail.org/#/c/24278/ :
    
    1) For svc mirroring trasparent mode, no need to pass left-vn
    2) For in-network mode, use svc_img_name = 'ubuntu-in-net as before
    
    Change-Id: I1700946146b55b05a99000f2a93ae3d4a96c1558
    Ankitja committed Oct 5, 2016
    Configuration menu
    Copy the full SHA
    6e57ea3 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2016

  1. Allow testrunner to mount local cloned dirs to container

    This patch is to enable the user to keep contrail-test and
    contrail-test-ci directories (separate) on the host and still get
    combined directory structure on the container.
    
    This will allow developers/users to debug or develop on the host and
    get the changes right away on the container to test it.
    
    Change-Id: I13ecc2f3a435777c41de4259bd5346e4189a72a6
    hkumarmk committed Oct 6, 2016
    Configuration menu
    Copy the full SHA
    134aae9 View commit details
    Browse the repository at this point in the history
  2. Retry in case the vmi_back_refs aren't populated for SI

    1]. Observed that the vmi_back_refs sometimes are populated after a delay sometimes.
    
    Change-Id: I0c3eecf5249129eb80e783e0bf95142b498f48a2
    ganeshahv committed Oct 6, 2016
    Configuration menu
    Copy the full SHA
    2ed0e06 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2016

  1. Deriving svc image and flavor from the specified mode

    1]. Getting the VM image details if the VM is already present
    2]. Setting svc_image from user input
    3]. If not passed, derived the image and flavour from the mode.
    4]. Adding tiny core images and their right flavours
    
    Change-Id: Ica23793b7b91d1a8bb3858a3382da9ea1b1ee3d1
    ganeshahv committed Oct 7, 2016
    Configuration menu
    Copy the full SHA
    3aefe45 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2016

  1. Configuration menu
    Copy the full SHA
    cff0757 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2016

  1. Move all the externally shared testcases to contrail-test-ci repo

    * Make LBaaSv1 tests use cirros image
    * Add support for custom ci_flavor
    * Add support to execute tests in an availability zone
    * Add testbed_generator.py script to generate testbed.py provided astute.yaml
    * Add openstack user used by contrail-svc-monitor as part of the isolated tenants
    * install.sh will install the svc-in-net and svc-in-net-nat images
    
    Conflicts:
    	common/neutron/lbaas/base.py
    	configs/images.cfg
    	fixtures/heat_test.py
    	fixtures/svc_instance_fixture.py
    	fixtures/svc_template_fixture.py
    	fixtures/vm_test.py
    	tcutils/fabutils.py
    
    Change-Id: Ib07138dbfa8428b58d79737e71bc62477e069928
    Senthilnathan Murugappan committed Oct 17, 2016
    Configuration menu
    Copy the full SHA
    5b793e4 View commit details
    Browse the repository at this point in the history
  2. Adding None check for agent_path path

    Adding None check for agent_path to handle  raise condition
    
    Change-Id: I3068ae7a802585328c9998b47e9c88b7c7011554
    Chhandak Mukherjee committed Oct 17, 2016
    Configuration menu
    Copy the full SHA
    187888a View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2016

  1. adding missing database node info in the report

    Change-Id: I34a0bcec3f57bd000b5a39bc9eb394499433ee31
    msudhee committed Oct 18, 2016
    Configuration menu
    Copy the full SHA
    71bd38f View commit details
    Browse the repository at this point in the history
  2. Merge "Move all the externally shared testcases to contrail-test-ci r…

    …epo" into R3.0
    Zuul authored and opencontrail-ci-admin committed Oct 18, 2016
    Configuration menu
    Copy the full SHA
    751362b View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2016

  1. Configuration menu
    Copy the full SHA
    782cbdb View commit details
    Browse the repository at this point in the history
  2. updating name and fixed ips of port not supported

    Change-Id: I251fbf0d0aed9d8923ea5fc3b339604a1e94e0ad
    aswanikumar90 committed Oct 19, 2016
    Configuration menu
    Copy the full SHA
    cb71b1f View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2016

  1. Correcting a Syntax error.

    Extra ',' is present in a statement. Removing it.
    
    Change-Id: I5fb47d21f3a314cca25ca75d823d3c1036071d74
    pulkitt committed Oct 24, 2016
    Configuration menu
    Copy the full SHA
    f72b98d View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2016

  1. R3.0 Changing the delete_device function to take only 1 argument.

      -- self is not needed here as an argument for the function
    
    Change-Id: I03d616aa00f9c74b9260df384eb415cb273a9c87
    Closes-Bug: #1636581
    skiranh committed Oct 26, 2016
    Configuration menu
    Copy the full SHA
    026d3d6 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2016

  1. Enable timeout option for sshable() method

    It used to take about 2 mins for sshable to timeout by default
    Add a timeout arg with default of 3 sec
    
    Change-Id: I30528356a9e89237f206ac1d4ea90f2422a08088
    Vedu Joshi committed Oct 27, 2016
    Configuration menu
    Copy the full SHA
    11a954c View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2016

  1. Adding huge page settings if DPDK enabled

    While installing flavor, updating extra spec for huge page
    if DPDK key is present in testbed file.
    hw:mem_page_size set to any so it will allow to launch
    VM on both DPDK and Non DPDK compute
    
    Change-Id: I81ebda60b49979a1de95461b9dabf8a10a7eeafc
    Chhandak Mukherjee committed Oct 28, 2016
    Configuration menu
    Copy the full SHA
    692406b View commit details
    Browse the repository at this point in the history
  2. Adding test apis:

    1. For Fat flow and to disable policy on VMI.
    2. IPv6 support
    
    Change-Id: Ic8c20caaa83a642049fb0c98aa3fc18d68dec3f1
    alokkumar223 committed Oct 28, 2016
    Configuration menu
    Copy the full SHA
    0ca8d0e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e551cc View commit details
    Browse the repository at this point in the history
  4. Remove some ubuntu images and minor bug-fixes

    * ubuntu-with-vlan8021q image is removed
      The 8021q module is already loaded in ubuntu-traffic image itself
    * DHCP server config in ubuntu-dhcpdns-server image is included in
      ubuntu-dns-server image also. So only ubuntu-dns-server is sufficient
    * Reduce the virtual disk size of ubuntu-dns-server so that it can fit
      in a contrail-flavor-small flavor
    * In a L2 VN, L3 route check would fail. So skip that check in
      L2-only-VN
    * Sometimes VNs query to opserver were seen to be failing(Will be
      debugged)
      Meanwhile, handle it in get_hrefs_to_all_UVEs_of_a_given_UVE_type()
    
    Conflicts:
    	fixtures/vm_test.py
    
    Change-Id: Ibe086b99d5b058ed8578305f8f19571881ad5396
    Vedu Joshi committed Oct 28, 2016
    Configuration menu
    Copy the full SHA
    0ef872a View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2016

  1. CherryPick commits from master on to R3.0

    to support vcenter-only mode of vmware orchestrator
    
    Change-Id: I006f73c6fa3db12a74087ac41a84a16897c43ac4
    
    Support for non-admin user to create connections object and to launch VMs
    
    Conflicts:
    	fixtures/vm_test.py
    Change-Id: I588f36dfc789f43c7e6a7bd9d094f266e8edf2d0
    
    fixes for sanity failures
    
    1) Image name update from tiny-in-net to tiny_in_net
    2) default flavor update for images
    3) svc_mode change from bridge to transparent in the scripts
    4) Skip v6 route verification in the vrouter route table
    5) Prepend 'None' to the static_route list in case of IPv6 - SVC chain testcase
    6) update heat template to accomodate availability zone and image flavor
    7) Install the flavor if not found, in case of heat
    8) Import ContrailVNCApi in port_fixture
    9) Do apt-get install of python-requests inplace of pip install
    
    Change-Id: I435dd48b3d8ea128768db7e71c6d58346d59ce62
    
    Conflicts:
    	fixtures/port_fixture.py
    	fixtures/vm_test.py
    	fixtures/vn_test.py
    
    In VM Fixture read the VNobj with project_id
    Install flavor if it isn't available
    Closes-bug: 1634212
    
    Change-Id: I43b0659dabc9ea7c9d09992bf5fc4daf403c1942
    
    Heat testcases to support tiny core image for SVM
    Modified template and env to support 3 interfaces for SVM
    
    Conflicts:
    	common/heat/base.py
    	common/heat/env.py
    	common/heat/template.py
    	fixtures/vm_test.py
    
    Change-Id: If300eaa17e07f19af80233fd26969280b70b46e5
    Senthilnathan Murugappan committed Nov 3, 2016
    Configuration menu
    Copy the full SHA
    5610370 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2016

  1. Configuration menu
    Copy the full SHA
    452595e View commit details
    Browse the repository at this point in the history
  2. Merge "Adding test apis:" into R3.0

    Zuul authored and opencontrail-ci-admin committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    5e1e20e View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2016

  1. Configuration menu
    Copy the full SHA
    015fcb9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24be114 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc594ad View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2016

  1. Use different ICMP ID in scapy:

        1. vrouter uses ICMP id as flow key, so scapy need to use diff. id for each flow
        2. this change is required as few test cases need bi-directional new flows
    
        cherry-picked e4d6b29
    
    Change-Id: Id048ded884d65162e5ebe9c0cb5e4a48f9e1a4f4
    alokkumar223 committed Nov 15, 2016
    Configuration menu
    Copy the full SHA
    ad18412 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2016

  1. Correcting the svc_mode key for mirror image

    1]. Changed from analyser to transparent and in-network
    
    Change-Id: Ifa9b651f68a40c477e3cab31c4494506b5d04461
    ganeshahv committed Nov 16, 2016
    Configuration menu
    Copy the full SHA
    f68d088 View commit details
    Browse the repository at this point in the history
  2. correct typo in remote_cmd() method

    Change-Id: I5c93aed9f0e2bd1301bf2e43bc8a5c9051590e8e
    Vedu Joshi committed Nov 16, 2016
    Configuration menu
    Copy the full SHA
    787d447 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2016

  1. Adding sriov and dpdk parameter in configure.py

    Adding SRIOV and DPDK parameter on configure.py
    They are already present in relavant fab task
    but was missing in configure.py
    
    Change-Id: I8052434960a7c81f2a88adf695fbb26f0b9b5321
    Chhandak Mukherjee committed Nov 17, 2016
    Configuration menu
    Copy the full SHA
    8edd5c5 View commit details
    Browse the repository at this point in the history
  2. Modified a function to support retries based on status checks

    It checks for status of a server and retry until expected status
    is matched with current status
    
    Change-Id: I14c5382ca641953a528364cda7e14e5427ca351c
    pulkitt committed Nov 17, 2016
    Configuration menu
    Copy the full SHA
    2b28a2a View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2016

  1. Configuration menu
    Copy the full SHA
    1fe7ede View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2016

  1. Configuration menu
    Copy the full SHA
    3d750ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0efb23 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2016

  1. Fix broken docker build in CI

    python2.7-dev was updated in upstream repo to 2.7.6-8ubuntu0.3.
    contrail test uses python2.7-dev 2.7.6-8ubuntu0.2 and hence we have to
    download this particular version and install for contrail tests.
    
    Change-Id: I5840fbdb1637ff0421b087965bd07f69b159e38d
    vmahuli authored and Vedu Joshi committed Nov 30, 2016
    Configuration menu
    Copy the full SHA
    0abaff3 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2016

  1. Handle any prompts when remote cmds are run

    No prompts are expected when cmds are run. On occasions when dest ips
    are unreachable, it was seen that due to the prompt, command would hang
    forever. Prompts will now be seen as a failed attempt to run the command
    
    Also log the complete exception
    
    Conflicts:
    	tcutils/fabutils.py
    
    Change-Id: I69b638f47af7dd069c062c27c035b27921a6694f
    Vedu Joshi committed Dec 2, 2016
    Configuration menu
    Copy the full SHA
    4b1e2c8 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2016

  1. Configuration menu
    Copy the full SHA
    f5b786a View commit details
    Browse the repository at this point in the history
  2. Support for AAP active-active mode

    Change-Id: I9db0c7c1a3646e9c29ee283ad0a5616c61cc871c
    ganeshahv committed Dec 5, 2016
    Configuration menu
    Copy the full SHA
    c70c428 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2016

  1. In setup_bms putting random name for netns and tap

    While setting up BMS putting random name for netns and tap.
    This will alow one physical server to be used as multiple BMS.
    
    Change-Id: I885148c75e7a86649c4128c5942a2f131d356921
    Chhandak Mukherjee committed Dec 15, 2016
    Configuration menu
    Copy the full SHA
    fd39a48 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2016

  1. Configuration menu
    Copy the full SHA
    3fd726a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a31cea View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2016

  1. Download test requirement packages from cs-shared cache

    libexpat1-dev_2.1.0-4ubuntu1.3_amd64.deb
    libexpat1_2.1.0-4ubuntu1.3_amd64.deb
    libpython2.7-dev_2.7.6-8ubuntu0.3_amd64.deb
    python2.7-dev_2.7.6-8ubuntu0.3_amd64.deb
    
    Change-Id: I2370ed9ff6b05bdb67cc89945d0992b64cc34a05
    vmahuli committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    ee179a8 View commit details
    Browse the repository at this point in the history
  2. Refer to correct version of libpython2.7-dev and python2.7-dev

    Conflicts:
    	install.sh
    
    Change-Id: Id226d5404c1b652ccb4839bfd4a4584149be8675
    Vedu Joshi committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    c910012 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2017

  1. Merge "R3.0 Changing the delete_device function to take only 1 argume…

    …nt. -- self is not needed here as an argument for the function" into R3.0
    Zuul authored and opencontrail-ci-admin committed Jan 5, 2017
    Configuration menu
    Copy the full SHA
    75ca33e View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2017

  1. refer a different url to access images for test

    SM lab host is down
    
    Change-Id: Ie80650a6e08055fc8fd03f5c835aba8138d8156b
    vmahuli committed Jan 10, 2017
    Configuration menu
    Copy the full SHA
    52aad1e View commit details
    Browse the repository at this point in the history
  2. Add support for RBAC and add few rbac testcases shared externally

    Change testbed_generator.py to support separate analytics and analytics-db mirantis roles
    Add support to execute single testcase from testrunner.sh
    
    Conflicts:
    	common/vdns/base.py
    	fixtures/contrailapi.py
    	fixtures/interface_route_table_fixture.py
    	fixtures/qos_fixture.py
    	fixtures/quantum_test.py
    	fixtures/virtual_router_fixture.py
    	fixtures/vn_test.py
    	fixtures/vnc_api_test.py
    	scripts/vdns/test_vdns_basic.py
    	tcutils/config/vnc_introspect_utils.py
    	tcutils/verification_util.py
    	testrunner.sh
    
    Change-Id: I749d57c5210a43446966607ac530a26ad51f3e20
    Senthilnathan Murugappan committed Jan 10, 2017
    Configuration menu
    Copy the full SHA
    ea7dbe3 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2017

  1. Merge "Add support for RBAC and add few rbac testcases shared externa…

    …lly Change testbed_generator.py to support separate analytics and analytics-db mirantis roles Add support to execute single testcase from testrunner.sh" into R3.0
    Zuul authored and opencontrail-ci-admin committed Jan 13, 2017
    Configuration menu
    Copy the full SHA
    3756866 View commit details
    Browse the repository at this point in the history
  2. Changes in Port fixture to incorporate support of secondary Instance IP

    Change-Id: Ibdb2c8695c4ba2d00bdcbd1e5bb4bb068a40a14e
    pulkitt committed Jan 13, 2017
    Configuration menu
    Copy the full SHA
    5e0e9f7 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2017

  1. Merge "Changes in Port fixture to incorporate support of secondary In…

    …stance IP" into R3.0
    Zuul authored and opencontrail-ci-admin committed Jan 17, 2017
    Configuration menu
    Copy the full SHA
    b9d79ca View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2017

  1. Adding the missed self.orch

    1]. Missed during the commit to vcenter-compute to avoid run unsupported features
    
    Change-Id: Ie82776bba87d44df696cf9fd38be92f97dfc4f38
    ganeshahv committed Jan 20, 2017
    Configuration menu
    Copy the full SHA
    c12dbe4 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2017

  1. Flavor to be changed for vSRX

    Change-Id: I1b7005d7f1cf7e77ee667818aa62429a62316a7e
    ganeshahv committed Jan 24, 2017
    Configuration menu
    Copy the full SHA
    975bf5e View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2017

  1. Image name change

    1]. Nat image required for the FIP case
        test_public_access_thru_svc_w_fip
    
    Change-Id: I10190cd428dbed8819049ef5559a370dfa9df120
    ganeshahv committed Jan 25, 2017
    Configuration menu
    Copy the full SHA
    c27ae7f View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2017

  1. Adding flavor of certain VM image types.

    Image flavor was not mentione din .cfg file and thus it was taking
    contrail_flavor_small by default.
    Because of this VM was in error state
    
    Soln: Just added the flavor in .cfg file as medium to allocate the
    required resources by the image
    
    Change-Id: I38cb3e6da4f2a58ff0a37fe048eeb7c862c45137
    pulkitt committed Jan 30, 2017
    Configuration menu
    Copy the full SHA
    b8f24f9 View commit details
    Browse the repository at this point in the history
  2. Using get_resource to get the VMI ID

    'show' attribute was added to base_attributes_schema from Liberty onwards.
    
    Change-Id: I7f7390faf27f9ed86bf9042c84634df386e3aab1
    ganeshahv committed Jan 30, 2017
    Configuration menu
    Copy the full SHA
    a7f8d49 View commit details
    Browse the repository at this point in the history
  3. Renaming 'cirros-0.3.0-x86_64-uec' to 'cirros'

    1]. Same image cirros-0.3.0-x86_64-disk.vmdk.gz was added as both
        'cirros-0.3.0-x86_64-uec' and 'cirros'.
    
    Change-Id: Ibac281262692c46239672ae93c4ae6b66a137966
    ganeshahv committed Jan 30, 2017
    Configuration menu
    Copy the full SHA
    529bc25 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2017

  1. Merge "Image name change" into R3.0

    Zuul authored and opencontrail-ci-admin committed Jan 31, 2017
    Configuration menu
    Copy the full SHA
    9389322 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a23978 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2017

  1. Configuration menu
    Copy the full SHA
    b4d3c5f View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2017

  1. Adding support for AAP tests.

    1. AAP in active-active mode.
    2. FIP-AAP scenario.
    
    Change-Id: Ia076d47a0ff9f41d350de323bf973ee9b7c4eec4
    ganeshahv committed Feb 4, 2017
    Configuration menu
    Copy the full SHA
    7b4361e View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2017

  1. Import VcenterOrchestrator and set env.attr for vnc_lib_h

    Conflicts:
    	fixtures/vnc_api_test.py
    
    Change-Id: Iab9caa642773b84326f92521408dc2c0b75c4a20
    Senthilnathan Murugappan committed Feb 6, 2017
    Configuration menu
    Copy the full SHA
    39398ac View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2017

  1. Configuration menu
    Copy the full SHA
    9707bb6 View commit details
    Browse the repository at this point in the history
  2. Enhancements for aap test

    1) Add delay when starting keepalived
    2) Add read api to read pcap
    
    Change-Id: Ibd08366ad6d84ab01316695af0b05c8f7a462693
    sunilbasker-jnpr committed Feb 7, 2017
    Configuration menu
    Copy the full SHA
    8673502 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2017

  1. Using get() for kwargs and typo correction.

    1]. Using kwargs.get(vmi_id) to avoid getting KeyError.
    2]. Changing add_allowed_pair to add_allowed_address_pair.
    
    Change-Id: I9840473c19c2476663172939cac12d47e21a9640
    ganeshahv committed Feb 9, 2017
    Configuration menu
    Copy the full SHA
    aa9a72f View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2017

  1. Configuration menu
    Copy the full SHA
    0bc9921 View commit details
    Browse the repository at this point in the history
  2. Replacing 'cirros-0.3.0-x86_64-uec' with 'cirros'

    Change-Id: Ibf9fc0c268dd8acdac17a093060937bdca58e393
    ganeshahv committed Feb 14, 2017
    Configuration menu
    Copy the full SHA
    c6f078f View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2017

  1. fix vdns script to handle Vcenter-only with reference to bug# 1665185

    Closes-Bug:#1665185
    
    Change-Id: I971cfcef94c9694503cab026b3b98e5b99837ecc
    nsarath committed Feb 17, 2017
    Configuration menu
    Copy the full SHA
    082ce94 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2017

  1. Configuration menu
    Copy the full SHA
    f0b30df View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2017

  1. VM fixture read to handle vmware vcenter-only mode

    Closes-Bug:#1666740
    
    Change-Id: I1124815492846f68eaee4ad92a83e7f32773a10c
    nsarath committed Feb 24, 2017
    Configuration menu
    Copy the full SHA
    0ce10de View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2017

  1. Merge "fix vdns script to handle Vcenter-only with reference to bug# …

    …1665185 Closes-Bug:#1665185" into R3.0
    Zuul authored and opencontrail-ci-admin committed Feb 25, 2017
    Configuration menu
    Copy the full SHA
    9eb568e View commit details
    Browse the repository at this point in the history
  2. Modified scripts to support SSL in R3.0

    Change-Id: I6c76e7629028c7b185344f605eda94244d3f4f1f
    ushamani committed Feb 25, 2017
    Configuration menu
    Copy the full SHA
    d15df80 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2017

  1. Configuration menu
    Copy the full SHA
    021964b View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2017

  1. 1. Added library sub-routines for ecmp hash functionality.

    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
    cmallam committed Mar 6, 2017
    Configuration menu
    Copy the full SHA
    4aeaed0 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2017

  1. transparant SVM needs the dummy virtual network

    Change-Id: I402a96b0416a0da30697bac7cb8f768d3be9ed66
    (cherry picked from commit dc8f449)
    vganapath authored and Senthilnathan Murugappan committed Mar 7, 2017
    Configuration menu
    Copy the full SHA
    5d9b1b0 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2017

  1. Configuration menu
    Copy the full SHA
    8af8a95 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2017

  1. [Cherry-pick from R3.0.3.x] Adding the selenium version supported

    Change-Id: Ic52bc1f27b18732fa620bbe522758aca1ab1d27c
    pavanap committed Mar 14, 2017
    Configuration menu
    Copy the full SHA
    1e9a93f View commit details
    Browse the repository at this point in the history
  2. Modified script to be able to select non-default instance flavors

    Change-Id: I973dd04d806d5f593e50e34fc7afa9148ffa9c07
    pavanap committed Mar 14, 2017
    Configuration menu
    Copy the full SHA
    d29835c View commit details
    Browse the repository at this point in the history
  3. [Cherry-pick] Refined instance flavor search on svc_temp page

    Change-Id: I77c8a345dae18c68bed9067e4dda68a1db8d96ad
    pavanap committed Mar 14, 2017
    Configuration menu
    Copy the full SHA
    6df9d6c View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2017

  1. Fix for wrong string formatting

    Change-Id: I7bf2b2a020c213d2569fbdd0ac2ec8839e023b2d
    aswanikumar90 committed Mar 15, 2017
    Configuration menu
    Copy the full SHA
    abf5fce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de16f25 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2017

  1. Added delete_sn

    Change-Id: Ib43b006528159195c51d25afc5f9252f32e99c97
    manishkn committed Apr 25, 2017
    Configuration menu
    Copy the full SHA
    0bd2ae5 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2017

  1. Fix dependencies for docker test container

    Change-Id: Id02e8a8941a93ac47d263ad756e4293add650f45
    vmahuli committed Apr 28, 2017
    Configuration menu
    Copy the full SHA
    8a8f820 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2017

  1. Merge "Added delete_sn" into R3.0

    Zuul authored and opencontrail-ci-admin committed May 2, 2017
    Configuration menu
    Copy the full SHA
    6ab8554 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2017

  1. Pulling Ubuntu 16 and 14 images from svl registry

    Change-Id: I0ccacd7c3461e12704d55022135dbbaad269e592
    mmithun committed May 11, 2017
    Configuration menu
    Copy the full SHA
    178602e View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2017

  1. Clean-up and tweaking of install.sh

    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
    Karl Klashinsky committed Jun 13, 2017
    Configuration menu
    Copy the full SHA
    75311fc View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2017

  1. For redhat add heat_stack_owner role to project for heat cases

    Change-Id: I7e3e59f437cdcc16e888d61c2ff38d4f47769c9b
    aswanikumar90 committed Jul 19, 2017
    Configuration menu
    Copy the full SHA
    e17ce21 View commit details
    Browse the repository at this point in the history