Commit Graph

24 Commits

Author SHA1 Message Date
OpenDev Sysadmins 3752ad6bde 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-19 19:50:29 +00:00
Oleksandr Kyrylchuk 8c27340245 Retire the project
Reasons:
    - cloudv-ostf-adapter has been moved to another repo
Changes:
    - retired the project

Change-Id: I8104b242d774ad329a50bac71ab5fb11f9ebfe18
2016-03-10 13:37:19 +01:00
Jenkins cf6cff8a08 Merge "Change stackforge to openstack" 2016-03-04 17:06:17 +00:00
Ondřej Nový fcebfaad1b Change stackforge to openstack
Change-Id: I42668c217e2b13861ef2ddd1cc976c275bf04784
2015-12-11 22:56:20 +01:00
Ondřej Nový 5186713311 Deprecated tox -downloadcache option removed
Caching is enabled by default from pip version 6.0

More info:
https://testrun.org/tox/latest/config.html#confval-downloadcache=path
https://pip.pypa.io/en/stable/reference/pip_install/#caching

Change-Id: I22ff9477e2a001488e54f5a9a643ef7b17c4856b
2015-12-11 22:55:27 +01:00
Jenkins fe5e8cf2f0 Merge "Fixed bug of test caption in report" 2015-05-13 15:22:14 +00:00
Oleksandr Kyrylchuk 0ed242f5dc Fixed bug of test caption in report
Reasons:
    - A caption of OSTF test in report is not easy-to-read
Changes:
    - Caption for OSTF test will be set from its docstring
    - Fixed test_server.py due to changes in captioning

Change-Id: I37e32e817ccf55db0fb9cd0a93ec4297f68ed4f1
Closes-Bug: #1454636
2015-05-13 18:05:56 +03:00
Oleksandr Kyrylchuk 2bf718c2c6 Fixed path to config files
Reasons:
    - Config files should be stored at etc/cloudv-ostf-adapter
Changes:
    - Changed default path to test.conf file

Change-Id: Iacce94aab19140f88d7e6a2740fafaa6a26904ce
Closes-Bug: #1447572
2015-05-12 16:02:21 +03:00
Jenkins 9ac1d34223 Merge "Added functionality for short test caption in CLI" 2015-05-12 09:38:20 +00:00
Jenkins 067449d34f Merge "Fix path in config" 2015-05-12 09:33:49 +00:00
Oleksandr Kyrylchuk d4da1fe15d Fixed bug of duplicating name for option '--verbose'
Reasons:
    - Name 'verbose' is very common to use, so it caused name conflict
      while running both Cloudvalidation Dashboard and OSTF Adapter
Changes:
    - Renamed option '--verbose' to '--show-full-report'

Change-Id: I795781962c3216e545df0a201ec9cbd2b1ae53c4
Closes-Bug: #1448096
2015-04-24 16:06:35 +03:00
Illia Khudoshyn 5c50e6c2a5 Fix path in config
Path to test.conf in cloudv_ostf_adapter.conf is fixed
to point to the default location.

Change-Id: I65ea7f43b032ad784f704b59107e94a19bcea457
Fixes bug: 1447572
2015-04-23 15:04:59 +03:00
Oleksandr Kyrylchuk c148555137 Fixed bug of usage of listing functions in CLI
Reasons:
    - Some of functions provided by CLI ("list_*") crash
Changes:
    - Added default value for "verbose" option in print_dict() function

Change-Id: I00dfacf1e74ecc0fd44bb93fd4980a8504629ecc
Closes-Bug: #1446567
2015-04-21 15:10:33 +03:00
Oleksandr Kyrylchuk 5604c8aad4 Added functionality for short test caption in CLI
Reasons:
    - Names of tests shown in CLI output are too long to fit the window
      frame size sometimes
Changes:
    - Added functionality that extracts short test description from report
      if test succeded or just its class name and test name otherwise and
      returns as a test name for CLI

Implements blueprint: test-caption

Change-Id: Id0d7124e24d364f8be0e522002296a367b595156
2015-04-17 13:50:42 +03:00
Oleksandr Kyrylchuk ca2fe0c554 Added options for CLI output management
Reasons:
    - When using table-based design for CLI output, the full traceback of failed
      test could not be shown comfortably due to long text lines
    - User who runs CLI does not need the full traceback about passing tests in
      some cases
Changes:
    - Added option "--verbose" that tells CLI to show up test report in output
      (by default is False)
    - Added option "--no-format" that allows to print output without table markup
    - Moved functionality of printing results from validation plugins to CLI

Implements blueprint: cli-format-output

Change-Id: I919e88cb640031043fdbf5a17260e24249f6508f
2015-04-16 14:44:47 +03:00
Svetlana Shturm 0b24e8521e Async test execution
- Сreate job with user's tests set
  POST /v1/jobs/create

- List of all jobs
  GET /v1/jobs

- Execute job
  GET /v1/jobs/execute/<job_id>

- Get status with report for executed job
  GET /v1/jobs/<job_id>

- Delete job
  DELETE /v1/jobs/<job_id>

Change-Id: Ie34e7cc3e5f3a318c9521f8375e6fce6e5df7a26
2015-04-10 11:03:18 +03:00
Denis Makogon dbf2fe17ab Fix setup.cfg for cloudvalidation client
Change-Id: Ie34e7cc3e5f3a318c9521f8375e6fce6e5df7a70
2015-03-27 18:00:25 +02:00
Denis Makogon 2298ac8d51 Refactor installation process
Change-Id: I72eb7917b3800bdabfae46e1605e78f7066b4941
2015-03-23 17:35:11 +02:00
Denis Makogon 13d0c6b42a Added documentation for ReST client usage
Change-Id: I9b9839adc2196fdd68484c71cf89bd649d94d5de
2015-03-19 16:14:32 +02:00
Denis Makogon 64b99e5008 Introducing python client for cloudvalidation ReST service
Change-Id: I01748eaa30eaf1d79b8178a36cebdfddd91bc949
2015-03-19 15:54:54 +02:00
Svetlana Shturm 8e32dc6c0f Init REST API
This patch adds REST API for next operations:
 - getting of list plugins (GET /v1/plugins),
 - getting of suites from plugin (GET /v1/plugins/<name>/suites)
 - getting of tests from plugin (GET /v1/plugins/<name>/suites/tests)
 - getting of tests from suites
   (GET /v1/plugins/<name>/suites/<suite>/tests)
 - executing of suites in plugin (POST /v1/plugins/<name>/suites)
 - executing of suite in plugin (POST /v1/plugins/<name>/suites/<suite>)
 - executing of test (POST /v1/plugins/<name>/suites/tests/<test>)

Change-Id: I8a5c7a14a791d62fc856526dbd5585430ec2d555
2015-03-12 11:05:28 +00:00
Denis Makogon cd3e966d0a Extending workflow to enable per-test execution
Change-Id: I0750436d00cc45a52109293e51361fd7be3a6dee
2015-03-10 17:17:48 +02:00
Denis Makogon b2267cfe62 Initial commit
Change-Id: I8a5c7a14a791d62fc856526dbd5585430ec2d663
2015-03-05 19:04:43 +02:00
OpenStack Project Creator 89969372a9 Added .gitreview 2015-02-06 07:09:54 +00:00