1. 04 Feb, 2022 1 commit
  2. 15 Jan, 2022 1 commit
  3. 29 Apr, 2021 1 commit
  4. 11 Feb, 2021 2 commits
  5. 10 Feb, 2021 1 commit
  6. 21 Sep, 2020 1 commit
  7. 30 Jul, 2020 1 commit
  8. 29 Jul, 2020 1 commit
    • Colleen Murphy's avatar
      Add tempest clients for limits · 5ee9af87
      Colleen Murphy authored
      This change adds tempest clients for the registered limits and limits
      APIs. While those APIs are experimental, it's best to start development
      of the tempest tests in the keystone plugin rather than in tempest. This
      base can be used for both developing exhaustive API tests for these APIs
      as well as for RBAC tests.
      
      Change-Id: I30b5b2ac5f10fd457e436df876f872432059b655
      5ee9af87
  9. 12 Jul, 2020 1 commit
  10. 16 Jun, 2020 2 commits
  11. 09 Jun, 2020 1 commit
    • Andreas Jaeger's avatar
      Update docs building, cleanup · fd5ab8ad
      Andreas Jaeger authored
      Update docs building and cleanup a bit:
      * Update requirements for Sphinx and openstackdocstheme for
        python 3, create doc/requirements.txt for these
      * Remove unneeded doc and translation sections from setup.cfg
      * Remove install_command, it's unneeded, the default is fine,
        move constraints into deps, use TOX_CONSTRAINTS instead of
        obsolete UPPER_CONSTRAINTS
      * Use new variables from updated openstackdocstheme
      
      Change-Id: I659a8736195ff621032b4fb3bd7a72fa616cf8c6
      fd5ab8ad
  12. 15 May, 2020 1 commit
    • Vishakha Agarwal's avatar
      Add addCleanup just after resource creation · da7e045b
      Vishakha Agarwal authored
      This patch follows the sequence of adding addCleanup
      just after creating a resource similar to whole
      keystone-tempest-plugin repo. This is to avoid the
      resource leakage issue if anything happen between
      resource creation and addcleanup line.
      
      Change-Id: I258c440417eaecb8f5ed4dc1e0eb6138edda883b
      da7e045b
  13. 11 May, 2020 1 commit
    • Colleen Murphy's avatar
      Use ephemeral test user for k2k tests · 7814dc20
      Colleen Murphy authored
      Do not use the admin user as a shadowed federated user for the K2K
      tests. When trying to add expiring groups for the admin user, keystone
      has trouble looking up the user in the cache and fails to add the groups
      to the user. This sometimes results in test failures, which may be
      masked as failure to clean up the identity provider in between tests and
      resulting in a conflict trying to recreate it. This change instead uses
      an ephemeral test user rather than the admin user, which is not meant to
      be used for authentication tests anyway.
      
      Change-Id: Ia4b53b41a0030772a2abdba949ad7529880d8f70
      7814dc20
  14. 06 May, 2020 1 commit
    • Vishakha Agarwal's avatar
      Add stable branches testing on keystone-tempest-plugin master gate · bd8ba4e7
      Vishakha Agarwal authored
      This patch add the jobs for stable/stein, stable/train and
      stable/ussuri in keystone tempest plugin. Supported stable branch
      use keystone-tempest-plugin master version to test them. Adding stable
      job on master ensures that keystone-tempest-plugin master version is
      compatible with stable branches testing.
      
      Change-Id: I72bf38247f693a2efcdad2e64a8948023350ff53
      bd8ba4e7
  15. 02 May, 2020 1 commit
  16. 28 Apr, 2020 1 commit
  17. 22 Apr, 2020 1 commit
    • Colleen Murphy's avatar
      Don't test openstack_groups on stable branches · e105e8ce
      Colleen Murphy authored
      Without this patch, the stable keystone branches fail the K2K tests
      because they don't support the assertion feature added in #1687593 and
      we don't intend to backport it. This change allows the stable branches
      to still be tested using a regular static group mapping.
      
      Change-Id: Ie1be1cc0e961a1584c99247f0c1b0032576718d8
      e105e8ce
  18. 21 Apr, 2020 2 commits
  19. 07 Apr, 2020 2 commits
  20. 04 Apr, 2020 1 commit
    • Andreas Jaeger's avatar
      Update hacking for Python3 · a7743599
      Andreas Jaeger authored
      The repo is Python 3 now, so update hacking to version 3.0 which
      supports Python 3.
      
      Fix problems found.
      
      The tempest plugin is used on older branches as well.
      We really only need hacking on master anyways,
      where we no longer support python 2, so here we
      make the requirement specific to python 3.
      
      Change-Id: Ia1a3c7cf9f48b30ca800c59078f38f2a22c1a0da
      a7743599
  21. 23 Mar, 2020 1 commit
  22. 05 Feb, 2020 1 commit
    • Vishakha Agarwal's avatar
      Drop py3.5 from tempest plugins · 47244edb
      Vishakha Agarwal authored
      As per the community goal drop python2.7 [1], tempest is dropping
      py3.5 and asked to drop from its plugins too.
      
      [1]lists.openstack.org/pipermail/openstack-discuss/2020-February/012310.html
      
      Change-Id: I40d40c58a77c58533da543d59cdb4549a1d20d45
      47244edb
  23. 28 Jan, 2020 1 commit
    • Colleen Murphy's avatar
      Update Zuul job list · 874e450b
      Colleen Murphy authored
      Remove py2 job and add voting k2k job.
      
      Change-Id: Ia3c3f3222e435d479c447fc0acc9f5fbb76c49dc
      874e450b
  24. 22 Jan, 2020 1 commit
  25. 25 Oct, 2019 2 commits
  26. 17 Oct, 2019 2 commits
    • Colleen Murphy's avatar
      Add option to disable testing against external idp · 8ec445b1
      Colleen Murphy authored
      Currently, the federation tests are non-voting because they require
      connecting to an external service that is not under our control, and is
      therefore unreliable. Non-voting tests are a problem because they are
      often ignored even when their results are related to new changes. This
      change adds a tempest config option
      ``[identity-feature-enabled]/external_idp``, defaulting to true for
      backwards compatibility, which when disabled causes the tests that rely
      on the external IdP to be disabled leaving only the K2K federation tests
      to be executed. Exercising only the K2K tests is still a good means of
      regression testing and we can safely make those tests voting.
      
      Change-Id: I534470df7ca529511ab9a7631f167ec2035ab4be
      8ec445b1
    • Colleen Murphy's avatar
      Use up-to-date federation job names · 7dac0f1f
      Colleen Murphy authored
      Change-Id: I4960d56e91977696edb3deee58729e0c74db4a64
      7dac0f1f
  27. 16 Oct, 2019 1 commit
    • Kristi Nikolla's avatar
      Keystone to Keystone tests · a9f65e0b
      Kristi Nikolla authored
      blueprint devstack-plugin
      
      Depends-On: I55b4e727404d910aa9b5a07b49b783799bc5f098
      Change-Id: I6d46b18c75f344b626848adf255b3d459b6b238d
      a9f65e0b
  28. 15 Oct, 2019 1 commit
  29. 09 Oct, 2019 1 commit
  30. 29 Sep, 2019 1 commit
  31. 28 May, 2019 1 commit
  32. 24 Apr, 2019 1 commit
  33. 19 Apr, 2019 1 commit
  34. 12 Apr, 2019 1 commit
    • Arundhati Surpur's avatar
      Fix documentation link · 8b5c09ce
      Arundhati Surpur authored
      We don't publish docs for the tempest plugin but we can refer to the
      main keystone documentation.
      
      Change-Id: I53b9751a2d875e5d431c651968d0bb202c47d5e5
      8b5c09ce