Commit Graph

588 Commits

Author SHA1 Message Date
Andreas Jaeger 8c881bcbe5 Retire repository
See
http://lists.openstack.org/pipermail/openstack-discuss/2019-July/007708.html

Change-Id: If97f10290c16903d550c66163b082bd23357fca2
2020-05-08 13:51:25 +02:00
OpenDev Sysadmins df49ebf749 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:36:33 +00:00
Michael Dong 8930d98a26 Custom root configuration option
Instead of syntribos taking in ``--custom_install_root` during init and
``--syntribos-custom_root`` during run, which sometimes led to the custom root
option not being set correctly, the redundant config options have been
deprecated.

Change-Id: I95f4d345fe8a8608ff6d1daaf06ff49912917a3f
2018-12-10 16:03:19 -06:00
Michael Dong 6cf7bdab87 Bug fixes and error message updates
Fixes:
1) Crashes in runner and file_utils
2) Binary strings being read in as payloads

Updates:
1) Clarified error messages in parser
2) Confusing variable names in test cases vs issues

Adds:
1) A `syntribos root` CLI sub command to display the current syntribos root dir

Change-Id: I22edf7a1f3d39724522aee88d08b00d299b67248
2018-11-28 12:32:24 -06:00
Zuul c1f24e2e4c Merge "Correct/update links" 2018-10-18 23:18:00 +00:00
Zuul 8818cb5aab Merge "modify keystone spelling errors" 2018-10-18 23:13:13 +00:00
Zuul a88a06c8c5 Merge "Update home-page url" 2018-10-18 22:30:45 +00:00
Zuul 59fbccf914 Merge "Updated from global requirements" 2018-10-18 22:30:06 +00:00
Zuul 79d540ec35 Merge "fix link" 2018-10-18 22:28:55 +00:00
lidong 83f4fea26f Correct/update links
Change-Id: I37cc088bdb579232966c4f8905ab447665d0dc54
2018-10-18 22:17:48 +00:00
sunyandi 4a0b592fb3 modify keystone spelling errors
Change-Id: I3ef263c3ea78b803739f1871175d417003252430
2018-10-18 22:17:15 +00:00
Michael Dong a6db29dc7c Bug fixes related to python 3 changes
Change-Id: I048bb19cf456281521883eb1500832343d72fb97
2018-10-18 14:39:59 -05:00
Michael Dong feb3a59c95 YAML support, basicauth extension, bugfixes
1) Allows for YAML body in request templates. If a content-type
    is specified for a request template, Syntribos will validate the
    body against the header. This is to prevent templates from silently
    failing to parse and sending unintended data to the target.
 2) Added extension to support basicauth
 3) Lowered confidence ratings for various tests

Change-Id: I672b0e0aa3da1aa6dd7e9a8456da73f0a15759b7
2018-10-09 15:55:53 -05:00
Doug Hellmann b5cf405d30 fix tox python3 overrides
We want to default to running all tox environments under python 3, so
set the basepython value in each environment.

We do not want to specify a minor version number, because we do not
want to have to update the file every time we upgrade python.

We do not want to set the override once in testenv, because that
breaks the more specific versions used in default environments like
py35 and py36.

Change-Id: Ia0c9884ea6c20553d2b4da8b0668b64b53ace41f
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-10-09 11:48:00 -05:00
Doug Hellmann b35d07128f add python 3.6 unit test job
This is a mechanically generated patch to add a unit test job running
under Python 3.6 as part of the python3-first goal.

See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html

Change-Id: I0fbb75bec65431d861dcf5a4dcda78bd740e1807
Story: #2002586
Task: #24760
2018-08-20 16:58:08 -04:00
Doug Hellmann 02302cee4d switch documentation job to new PTI
This is a mechanically generated patch to switch the documentation
jobs to use the new PTI versions of the jobs as part of the
python3-first goal.

See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html

Change-Id: I3d533353915b828a56d219da7ee328aaa8fb1cf9
Story: #2002586
Task: #24760
2018-08-20 16:58:03 -04:00
Doug Hellmann 5193e7a86d import zuul job settings from project-config
This is a mechanically generated patch to complete step 1 of moving
the zuul job settings out of project-config and into each project
repository.

Because there will be a separate patch on each branch, the branch
specifiers for branch-specific jobs have been removed.

Because this patch is generated by a script, there may be some
cosmetic changes to the layout of the YAML file(s) as the contents are
normalized.

See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html

Change-Id: I74425c71b727d083beaa462a48bd4e442c719cd0
Story: #2002586
Task: #24760
2018-08-20 16:57:36 -04:00
wangqi ea44437e73 fix link
Change-Id: Ib33004eba6b41fe11a70a4e44ee10ac94e48ac56
2018-03-29 12:38:25 +00:00
OpenStack Proposal Bot aaab4d7161 Updated from global requirements
Change-Id: Iac6ba516b82cf303bca3bc204b31d5b90df54a22
2018-03-23 02:00:09 +00:00
melissaml 7094398640 Update home-page url
The url of home-page is out of date. We need update it.

Change-Id: I101b7a1b7392cff5a499d77f4bf02abdb394a9a8
2018-02-26 00:46:41 +08:00
Zuul e7da2d1e1e Merge "removed explicit version again" 2017-11-14 19:33:08 +00:00
Michael Dong b43944de8d removed explicit version again
Change-Id: I7bfcde9910631678bc7d424278f6126a7cd6070b
2017-11-14 12:13:42 -06:00
OpenStack Proposal Bot 575348df93 Updated from global requirements
Change-Id: I360c150e7a7bb2a1f43c4fca6637835cec9810dd
2017-11-14 04:22:38 +00:00
Zuul 31a36470b2 Merge "Fixed logging issue in payload downloading" 2017-11-09 23:42:57 +00:00
Michael Dong daa6575940 Fixed logging issue in payload downloading
Change-Id: Ice45ca913a60ef5798fbc1d0d4e741083f647316
2017-11-09 17:24:34 -06:00
Zuul f142af75c6 Merge "Fixed Broken Payload Downloading" 2017-11-07 22:41:16 +00:00
Michael Dong cb460174c3 Fixed Broken Payload Downloading
Change-Id: I88a610bcd0855bf25c623655b4daa49276399db2
Closes-bug: #1729797
2017-11-07 15:51:56 -06:00
Jeremy Liu e1c5432151 Remove explicit version info from setup.cfg
Version info can be retrieved from git history.

Change-Id: I9a06017ec81aab2836a9b71febab8cecf7c1cb0c
Closes-bug: #1729547
2017-11-02 17:52:25 +08:00
Jenkins 7267d9a785 Merge "Improve performance by multithreading test calls" 2017-10-13 18:32:18 +00:00
Jenkins 3b842b0d3d Merge "Clarified docs and error messages" 2017-10-13 18:31:07 +00:00
Jenkins 5f94f99280 Merge "Added support for inline meta variable definitions" 2017-10-12 21:49:45 +00:00
OpenStack Proposal Bot 6708119851 Updated from global requirements
Change-Id: Ib132ef861a517eac6609578b163c88d755534440
2017-10-10 20:31:52 +00:00
loooosy 373f92b6e9 Update the documentation link for doc migration
This patch is proposed according to the Direction 10 of doc
migration(https://etherpad.openstack.org/p/doc-migration-tracking).

Change-Id: I5aa1dc8952ac55de04195af51d2b0b1aeaf7a98d
2017-09-22 10:26:33 +08:00
Michael Dong c4586a374b Improve performance by multithreading test calls
This change:
1) rewrites the runner to spawn a thread pool for each template
   and assigns a worker for each test case
2) makes the output colorized by default
3) makes minor changes to the output

Change-Id: I49906f5daaa339ca9429913680203c762a0ad9fe
2017-09-18 13:23:00 -05:00
Michael Dong cb458c03db Clarified docs and error messages
Change-Id: Ic30f6ade79461770a5283b4783aaa6d547049cff
2017-09-15 19:38:41 -05:00
Michael Dong 92978b3783 Added support for inline meta variable definitions
Before, a meta variable of the form "application/|type|" would
throw an error, now you can specify |type| as a metavar.

Change-Id: I0f9ba4635cdd6e2886d7f2f5e1ce2ab5b8dc2330
2017-09-15 19:38:41 -05:00
OpenStack Proposal Bot f3a784c32b Updated from global requirements
Change-Id: I6c1a8bbd9604757b265e392e47bb2ffe44052124
2017-08-24 11:50:14 +00:00
OpenStack Proposal Bot 2fc5885e55 Updated from global requirements
Change-Id: Ibc588572ebdd4de7dba3bf455a253ed9fdb0c89c
2017-08-07 00:55:13 +00:00
OpenStack Proposal Bot 339a64c826 Updated from global requirements
Change-Id: I1d7434ca84763893c6c3a3d600d9493600d7c6e2
2017-07-28 04:27:27 +00:00
Jenkins 84f8d0503d Merge "Replace assertTrue(isinstance()) with assertIsInstance()" 2017-07-20 16:33:36 +00:00
Jenkins ed48c2f9b6 Merge "Updated from global requirements" 2017-07-20 16:33:34 +00:00
OpenStack Proposal Bot f9cf0da472 Updated from global requirements
Change-Id: I679de7c1a8c9e4e126f9cd38ac3a938f973f71e0
2017-07-14 05:09:49 +00:00
Ngo Quoc Cuong 1f1b7be594 Remove translation of log messages
The i18n team has decided not to translate the logs because it
seems like it not very useful; operators prefer to have them in
English so that they can search for those strings on the internet.

Change-Id: I84b1a2397f424430ed332aa7d4d874379abd0357
2017-06-16 15:42:45 +07:00
OpenStack Proposal Bot 8b0704e362 Updated from global requirements
Change-Id: I1c81f905aab495d18527769fd9c476d9a786f177
2017-06-08 16:29:44 +00:00
Luong Anh Tuan 8f09b85892 Replace assertTrue(isinstance()) with assertIsInstance()
Some of tests use different method of assertTrue(isinstance(A, B)) or
assertEqual(type(A), B). The correct way is to use assertIsInstance(A,
B) provided by testtools.

Change-Id: Ia92e870a27cc2fe4b7b07a7097410b2cb42184a0
Closes-Bug: #1268480
2017-06-05 16:50:43 +07:00
OpenStack Proposal Bot ffa0fe6381 Updated from global requirements
Change-Id: Idf02f35b91988a18eabafb2e2d5932a22abfeed9
2017-05-17 03:59:56 +00:00
Jenkins b5222d2f91 Merge "Fixing py35 unicode bug" 2017-04-13 17:18:05 +00:00
rahulunair c1d3407c3f Fixing py35 unicode bug
In py35 syntribos init failed with unicode error,
this patch fixes that. This issue was in the file
type checking code. Now syntribos will try to
extract the remote `tar.gz` file downloaded and
if it fails, then the absolute path is returned.

Change-Id: I6cd5f6951d42a6230635af4c0afec9e8d88c117a
Closes-Bug: #1680022
2017-04-10 05:25:52 +00:00
Vinay Potluri df5d024706 Fixing nits in scripts/readme.py to pass pep8 check
Change-Id: If2ee4c76d9fa9e86080ec2c08b877e4148d8e279
2017-04-05 20:50:34 +00:00
Jenkins 956aa0672e Merge "Adding unit tests" 2017-03-22 20:29:15 +00:00