Commit Graph

41 Commits

Author SHA1 Message Date
Ghanshyam Mann aa7985ff59 Update git submodules
* Update ec2api-tempest-plugin from branch 'master'
  to 1036f53ae8ff129440ed3d18dfec14e426e23224
  - Add stable/2023.1 jobs on master gate
    
    As 2023.1 is released, we should add its job on master
    gate to keep branchless tempest plugins compatible
    to stable branch.
    
    Ref: Tempest plugins guide for stable branch testing:
    - https://docs.openstack.org/tempest/latest/stable_branch_testing_policy.html
    
    Change-Id: I07f37a364b12e1c2e1c6a23ab22ff6c56ef315ea
2023-06-24 16:30:47 +00:00
Ghanshyam Mann 631b821783 Update git submodules
* Update ec2api-tempest-plugin from branch 'master'
  to 3b82f3eba835424e4a9363ef435f1b75501fbe2d
  - Remove stable/wallaby job from master gate
    
    stable/wallaby is in EM state. As Tempest and
    plugins masters does not support EM stable branches,
    QA team is pinning tempest in devstack stable/wallaby
    tesitng[1]. With that we do not need to test the
    stable/wallaby jobs on master gate
    
    [1] https://review.opendev.org/c/openstack/devstack/+/871782
    
    Change-Id: Ib7c7b258393a1dbc98a22169f6dbc81b2363c077
2023-02-21 12:05:38 +00:00
Ghanshyam Mann 913519ffac Update git submodules
* Update ec2api-tempest-plugin from branch 'master'
  to 205864bf25919aeaf40f790f697f6dadd88b6764
  - Add stable/zed jobs on master gate
    
    As zed is released, we should add its job on master
    gate to keep branchless tempest plugins compatible
    to stable branch.
    
    Ref: Tempest plugins guide for stable branch testing:
    - https://docs.openstack.org/tempest/latest/stable_branch_testing_policy.html
    
    Change-Id: I2fa5a56b2822a83ba63e2dc893e9d9bb3bf2c4ec
2022-11-09 17:46:02 +00:00
Ghanshyam Mann 8559e524ab Update git submodules
* Update ec2api-tempest-plugin from branch 'master'
  to 7a23f331e52d0a7691e82708515b4460850eb55a
  - Pin stable branch jobs nodeset to Ubuntu Focal (20.04)
    
    In 2023.1 cycle. we are moving the default distro
    version of Ubuntu to Jammy (22.04)[1] so we need to pin
    the nodeset for stable branch job in master gate so that
    they continue run on their supporting distro version which is
    Ubuntu Focal since stable/victoria.
    
    Also fixing the zuul config error.
    
    [1] https://governance.openstack.org/tc/goals/selected/migrate-ci-jobs-to-ubuntu-jammy.html
    
    Change-Id: I2cce3de5e1104decb5155a4f1d81086e9642fbf8
    Depends-on: I286c209a38e4271c12f47e2f3ec44da4724efbb3
2022-11-09 11:16:14 +00:00
Zuul b8144018be Update git submodules
* Update ec2api-tempest-plugin from branch 'master'
  to 8379589db9dd96c7a0e41132a76960a07f9d68e5
  - Merge "test_tag_customer_gateway uncommented after ec2api fix"
  - test_tag_customer_gateway uncommented after ec2api fix
    
    Change-Id: Iaf9c03821811f6b2524ae2a0630d89e3136fbecc
    Signed-off-by: nik.kaluzhin <doupfish@gmail.com>
2022-08-05 18:11:17 +00:00
Ghanshyam Mann f46467ae2e Update git submodules
* Update ec2api-tempest-plugin from branch 'master'
  to 5a9f739aec1e6ee6f1c24cf551c567026b002d2f
  - Remove stable/victoria job from master gate
    
    stable/victoria is in EM state and Tempest is pinned
    there so we do not need to test the stable/victoria
    jobs on master gate.
    
    Change-Id: I40ac5019b6d8ce4473af32d2fc5bb48e75abdcc3
2022-08-05 07:57:48 +00:00
nik.kaluzhin bfef455955 Update git submodules
* Update ec2api-tempest-plugin from branch 'master'
  to f444d2e82bc3c2de4466cb49f6d68e17aa2929df
  - test_tag_customer_gw
    and fixed jobs for zed
    redefined ssh.Client locally to use disabled_algo
    
    Signed-off-by: nik.kaluzhin <doupfish@gmail.com>
    Change-Id: I13208e368bbc381d8cbd20c739571b3aee521568
2022-08-03 02:49:57 +00:00
Andrey Pavlov 1cd1892543 Update git submodules
* Update ec2api-tempest-plugin from branch 'master'
  to 0fd3eb2eaddd1bb02086184e49751d977e26aa07
  - add vpnaas as a devstack plugin
    
    and add new option into config for it
    (network extension in tempest.conf doesn't have
    vpnaas even if it's present)
    
    Change-Id: I64026c36fc47b860d1ee0b6deb1bfbc91522148c
2022-04-24 18:19:51 +00:00
Ghanshyam Mann 89664ec1fa Update git submodules
* Update ec2api-tempest-plugin from branch 'master'
  to 65e9a0d57dc1c37a0efea7cc8af0a2a6224afb83
  - Update 'Maintained' stable branch jobs on master gate
    
    We have stable/yoga released and stable/ussuri is in
    'Extended Maintenance' state. Current 'Maintained'
    stable branches are yoga, xena, wallaby, and victoria.
    
    As per tempest stable branch testing policy[1], adding the
    newly released stable/yoga job and remove the EM stable/ussuri
    job.
    
    [1] https://docs.openstack.org/tempest/latest/stable_branch_testing_policy.html
    
    Change-Id: Ia00b2eb2c3dc120469c2731a21ba28f8fc1c2714
2022-04-23 18:16:51 +00:00
Ghanshyam Mann bcfa3b8e3d Update git submodules
* Update ec2api-tempest-plugin from branch 'master'
  to e73c551708a40ebe18eece3d9ff590ab9d2b5c69
  - Add stable/xena jobs on master gate
    
    We have stable/xena released so we should add
    their job on master gate to keep branchless tempest
    plugins compatible to stable branch.
    
    This also removes the stable/train job as that is in EM
    state now.
    
    Ref: Tempest plugins guide for stable branch testing:
    - https://docs.openstack.org/tempest/latest/stable_branch_testing_policy.html
    
    Change-Id: I8025ea0007c7e698789eaa65663be9ba2f5ba5b5
2022-01-19 23:38:15 +00:00
Andrey Pavlov 652916b0c3 Update git submodules
* Update ec2api-tempest-plugin from branch 'master'
  to 66c46daf70194668fe4ed538e0399498f1913cd5
  - add KEYSTONE_ADMIN_ENDPOINT=true to func tests
    
    this patch https://review.opendev.org/c/openstack/devstack/+/777345
    disabled creation of admin endpoint.
    thus ec2-api fails to use s3 for image import.
    Enable it back when ec2-api enabled
    
    Change-Id: If208f9ce5e23e493c4983e05e569d555657e54ee
2021-11-21 11:33:29 +00:00
wu.shiming 475f4e6d2e Update git submodules
* Update ec2api-tempest-plugin from branch 'master'
  to 6b732fdf71dbf80b0017197c3fe645d2dd9fc479
  - Changed minversion in tox to 3.18.0
    
    The patch bumps min version of tox to 3.18.0 in order to
    replace tox's whitelist_externals by allowlist_externals option:
    https://github.com/tox-dev/tox/blob/master/docs/changelog.rst#v3180-2020-07-23
    
    Change-Id: Iad81d3b06be2086b25c47e8b98653058f9ee6efb
2021-09-29 12:17:57 +00:00
Ghanshyam Mann e39901480e Update git submodules
* Update ec2api-tempest-plugin from branch 'master'
  to aae0b12bd1906fb8fbb7d8037b68af382df61a15
  - [ussuri][goal] Update contributor documentation
    
    This patch updates/adds the contributor documentation to follow
    the guidelines of the Ussuri cycle community goal[1].
    
    [1] https://governance.openstack.org/tc/goals/selected/ussuri/project-ptl-and-contrib-docs.html
    
    Story: #2007236
    Task: #38521
    Change-Id: I774b09f640cf74139341e83e114fd0a23ed36542
2021-05-14 04:20:18 +00:00
Ghanshyam Mann 78efbefb76 Update git submodules
* Update ec2api-tempest-plugin from branch 'master'
  to d86c173670c049972e5b9cf0184d2d5fd17cdba4
  - Add victoria/wallaby stable branch jobs on master gate
    
    We have stable/victoria and stable/wallaby released so we
    should add their job on master gate to keep branchless
    tempest plugins compatible to those branch.
    
    This also removes the stable/stein job as that is in EM
    state now.
    
    Ref: Tempest plugins guide for stable branch testing:
    - https://docs.openstack.org/tempest/latest/stable_branch_testing_policy.html
    
    Change-Id: Ie50c7345b9b56185213e3cd034a30920591cc572
2021-04-30 06:48:26 +00:00
Andrey Pavlov 5036bf7aae Update git submodules
* Update ec2api-tempest-plugin from branch 'master'
  to a086dcfa5ca1b31f846cbd3617921e01282fbfa6
  - avoid additional virtualenv package
    
    unpin hacking requirement
    move two tests to flaky for some time
    ignore new pep8 issues
    
    Change-Id: I429d4ebc8f9898a1f67ba0c8ca8f918afd2aadcf
2021-01-24 12:39:16 +00:00
Sean McGinnis 70dfb559be Update git submodules
* Update ec2api-tempest-plugin from branch 'master'
  - Switch to Victoria jobs
    
    Update zuul config to run expected victoria job template.
    
    Change-Id: I04e26710b136eff258cc6c4c65afe69e97f0e368
    Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2020-09-21 20:04:25 +00:00
Alexander Slipenchuk 13db1c3f9c Update git submodules
* Update ec2api-tempest-plugin from branch 'master'
  - Move ec2api-tempest-plugin-functional-full
    
    Long tests still not work, so the job is moved back to experimental section
    
    Fix python 3 incompatibility in test_vpn_connectivity test
    
    Change-Id: I00c498aceb0e9b8ee7c1d28af19f5868b2d55902
2020-09-09 17:37:12 +00:00
Zuul 83f2f71cfd Update git submodules
* Update ec2api-tempest-plugin from branch 'master'
  - Merge "Migrate zuul from v2 to v3 native"
  - Migrate zuul from v2 to v3 native
    
    Change-Id: I7937940a4744b6fc7327336105dd8e04fc7f5eeb
2020-08-21 13:48:45 +00:00
Andrey Pavlov d30b663ffa Update git submodules
* Update ec2api-tempest-plugin from branch 'master'
  - Revert "Add simple s3 test for create/delete bucket"
    
    This reverts commit 8cfb9bdc2ee93b2ea59a54a7482afe8dce4ec566.
    
    reverted to fix skip condition.
    
    Change-Id: I32a51152fb4cf8c5b25d99ed4173365bc5390916
2020-08-18 09:25:29 +00:00
Sam Morrison 0a2caa34f2 Update git submodules
* Update ec2api-tempest-plugin from branch 'master'
  - Add simple s3 test for create/delete bucket
    
    Change-Id: I3e7aa1a18509f3a177d0d5f8f6e537e55f01d81c
2020-08-17 05:54:48 +00:00
Ghanshyam Mann fb550a2517 Update git submodules
* Update ec2api-tempest-plugin from branch 'master'
  - [goal] Migrate ec2api-tempest-plugin jobs to focal
    
    As per victoria cycle testing runtime and community goal[1]
    we need to migrate upstream CI/CD to Ubuntu Focal(20.04).
    
    Most of the Tempest jobs will be migrate automatically once devstack
    base job start running on Focal(Depends-On).
    
    Stable jobs testing stable branch needs to keep running on their supported
    distro version which is bionic from stein till ussuri.
    
    [1] https://governance.openstack.org/tc/goals/selected/victoria/migrate-ci-cd-jobs-to-ubuntu-focal.html
    
    Change-Id: I4b8747d2ce5f73a467678883bbc71d388ea8f228
    Story: #2007865
    Task: #40183
2020-08-02 05:58:27 +00:00
inspurericzhang 14d6021552 Update git submodules
* Update ec2api-tempest-plugin from branch 'master'
  - Add py38 package metadata
    
    Change-Id: I1aaff0ecda1ddc6b992b82dbca21ff71bdb8f0d2
2020-05-28 07:45:22 +00:00
Ghanshyam Mann 341b3184c3 Update git submodules
* Update ec2api-tempest-plugin from branch 'master'
  - Add stable branch jobs on the plugins master gate
    
    Supported stable branches in maintenance state
    (stein, train, ussuri) use the Tempest and plugins master
    version for their testing. To make sure master version (new
    tests or any changes) is compatible with stable branch testing,
    we need to add the stable branches job on the plugins master gate.
    Tempest and many other plugins are already testing the stable
    branches in same way[1].
    
    Ussuri onwards, Tempest or plugins are py3 only, so we are
    running only python3 version of stable jobs
    
    Tempest plugins guide for stable branch testing:
    - https://docs.openstack.org/tempest/latest/stable_branch_testing_policy.html
    
     [1] e8f1876aa6/.zuul.yaml (L646)
    
    Change-Id: Id7e69347f316fa79f60e7969fee300798397cf89
2020-05-06 08:46:45 +00:00
Dmitry_Eremeev a146f211fb Update git submodules
* Update ec2api-tempest-plugin from branch 'master'
  - Fix "test_create_delete_vpn_connection" and cancel skipping "test_tag_vpn_connection", "test_tag_vpn_gateway"
    
    Change-Id: I4099975ee86bd4e1ce576dcafc102626833e6971
2020-02-14 14:00:17 +00:00
Dmitry_Eremeev 2cf6ee8b8b Update git submodules
* Update ec2api-tempest-plugin from branch 'master'
  - Cancel skipping tests "test_register_get_deregister_ami_image" and "test_run_and_ping_registered_image"
    
    Change-Id: Ibe564b0edb64eaf2240f077f4adf042689ed6057
2020-02-14 08:33:27 +00:00
Dmitry_Eremeev 4638fff53c Update git submodules
* Update ec2api-tempest-plugin from branch 'master'
  - Cancel skipping test "test_describe_image_with_filters"
    
    Change-Id: I3a1c1139b740bed80f086e65b975523f56e58a8e
2020-02-12 14:09:09 +00:00
Dmitry_Eremeev e57f8684b8 Update git submodules
* Update ec2api-tempest-plugin from branch 'master'
  - Fix for ingress/egress rules tests.
    
    Openstack API interface changed.
    If rules are created with full permissions (ports 1 - 65535),
    they are created with ports "null"
    instead of (ports 1 - 65535).
    
    Change-Id: I24d1a0016f76f6813a9f62294e7eeb9785fa711b
2020-02-12 10:54:20 +00:00
Dmitry_Eremeev 69cbcfc5ba Update git submodules
* Update ec2api-tempest-plugin from branch 'master'
  - Temporarily skipped to merge fix encoding/decoding in paging of universal describer class, part 2
    
    Change-Id: I43609d1b37d24d353413e906d00c62073792bb9c
2020-02-05 16:45:32 +00:00
Dmitry_Eremeev f021df92c7 Update git submodules
* Update ec2api-tempest-plugin from branch 'master'
  - Temporarily skipped to merge fix encoding/decoding in paging of universal describer class.
    
    "Fix encoding/decoding in paging of universal describer class" is not related with temporarily skipped 5 tests, but cannot be merged with master unless all tests are passed. These 5 tests will be fixed by another bugfixes.
    
    Change-Id: I7c965be70ca9a97615dd7d518eb2f6b82792e5a6
2020-02-05 12:05:10 +00:00
Dmitry-Eremeev-progmaticlab@yandex.ru 6255d04e3a Update git submodules
* Update ec2api-tempest-plugin from branch 'master'
  - Fix tests
    
    Change-Id: Ib6eacaa0df53579ab34ef5844c1eb70dc1a2cc79
2020-02-03 17:58:45 +00:00
Ghanshyam 0b11902c22 Update git submodules
* Update ec2api-tempest-plugin from branch 'master'
  - [ussuri][goal] Drop python 2.7 support and testing
    
    OpenStack is dropping the py2.7 support in ussuri cycle.
    
    ec2api-tempest-plugin is ready with python 3 and ok to drop the
    python 2.7 support.
    
    Removing the USE_PYTHON3=True from base job so that it can
    keep running  on py3 for < ussuri branches.
    
    Complete discussion & schedule can be found in
    - http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html
    - https://etherpad.openstack.org/p/drop-python2-support
    
    Ussuri Communtiy-wide goal:
    https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html
    
    Change-Id: I49feaa3eddf66058ebd061b76b76172cb4373c3e
2020-01-24 05:42:48 +00:00
xuanyandong 6922972a95 Update git submodules
* Update ec2api-tempest-plugin from branch 'master'
  - Stop testing python2.7
    
    Train was the last release supporting python2. Let's rip the bandaid
    off.
    
    Change-Id: I5ba95cd95b60002ba3a5fc261b74db7c98581fd4
2019-10-28 05:27:30 +00:00
xuanyandong 33e1f8030d Update git submodules
* Update ec2api-tempest-plugin from branch 'master'
  - Switch to Ussuri jobs
    
    Change-Id: I2a3d9b41eb1a31536cf2171b183aba7ad1eb6c49
2019-10-25 17:58:32 +00:00
Andrey Pavlov 3e68e0e159 Update git submodules
* Update ec2api-tempest-plugin from branch 'master'
  - mark test_associate_disassociate_vpc_addresses as flaky and skip it
    
    Change-Id: I7b3aa1067fef3c821e0c67c9eeab0af0064422e1
2019-10-02 17:42:34 +00:00
pengyuesheng 12de4c7e86 Update git submodules
* Update ec2api-tempest-plugin from branch 'master'
  - Update the constraints url
    
    For more detail, see http://lists.openstack.org/pipermail/openstack-discuss/2019-May/006478.html
    
    Change-Id: Id417b171084c253c77ee5f5edcbabeb0bc924582
2019-09-26 11:51:25 +00:00
Ghanshyam Mann 46e5878751 Update git submodules
* Update ec2api-tempest-plugin from branch 'master'
  - Re-adding the py35 testing job
    
    ec2api-tempest-plugin is branchless and test all the supported
    stable branches including which run on xenial(before stein).
    
    That means ec2api-tempest-plugin code should be able to run on py35
    and so does we need py35 testing job which got removed as part of
    updating the Train PTI runtime update
    - https://review.opendev.org/#/c/667087
    
    This commit re-adding the py35 job.
    Story: #2005924
    Task: #34206
    
    Change-Id: Iab2ff1e4037608b3afca37a2effbf50485d5491c
2019-07-28 18:01:49 +00:00
Corey Bryant 1950aef0ae Update git submodules
* Update ec2api-tempest-plugin from branch 'master'
  - Add Python 3 Train unit tests
    
    This is a mechanically generated patch to ensure unit testing is in place
    for all of the Tested Runtimes for Train.
    
    See the Train python3-updates goal document for details:
    https://governance.openstack.org/tc/goals/train/python3-updates.html
    
    Change-Id: If1992a36210ce9856f8c047b87d7c1df2b326db8
    Story: #2005924
    Task: #34206
2019-06-24 14:03:21 +00:00
caoyuan c65c17edaa Update git submodules
* Update ec2api-tempest-plugin from branch 'master'
  - Replace git.openstack.org URLs with opendev.org URLs
    
    Change-Id: I84552ee2bd08bf792f28f8b28b05ae363f84d9fc
    
  - OpenDev Migration Patch
    
    This commit was bulk generated and pushed by the OpenDev sysadmins
    as a part of the Git hosting and code review systems migration
    detailed in these mailing list posts:
    
    http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
    http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html
    
    Attempts have been made to correct repository namespaces and
    hostnames based on simple pattern matching, but it's possible some
    were updated incorrectly or missed entirely. Please reach out to us
    via the contact information listed at https://opendev.org/ with any
    questions you may have.
2019-04-24 05:10:39 +00:00
Andrey Pavlov 49332f6886 Update git submodules
* Update ec2api-tempest-plugin from branch 'master'
  - skip test_default_gateway due to #1818499
    
    Change-Id: Ice80eef5aff03464a51167b5ba65bfd70cae18fb
2019-03-04 11:55:21 +00:00
huang.zhiping 84032eee18 Update git submodules
* Update ec2api-tempest-plugin from branch 'master'
  - Updatae home-page
    
    Change-Id: Iec18f58bceabefa98a27870534e113a1e13c6bbb
2019-01-11 10:48:40 +00:00
Monty Taylor aa262b7a44
Update git submodules based on new script
Change-Id: Ia578b55e3e07b4ea90f034805625caf82e9e674e
2019-01-04 14:13:17 +00:00