196 Commits

Author SHA1 Message Date
zhangguoqing
f274731dfa Change LOG.warn to LOG.warning
Python 3 deprecated the logger.warn method, see:
https://docs.python.org/3/library/logging.html#logging.warning
so we prefer to use warning to avoid DeprecationWarning.

Change-Id: I6e925af4568062fa294e0f1c67b506cd06671bd6
Closes-Bug: #1530742
2016-01-04 13:17:26 +00:00
janonymous
2fb28a5721 py26/py33 are no longer supported by Infra's CI
Python 3.3/2.6 support would be dropped by
Infra team from mitaka,CI would no longer be testing it,
so projects should drop it also.

Change-Id: Ia7412dd27357ee05fdc9da97f3db8b13aca8fafe
2015-12-26 13:41:15 +05:30
Jenkins
409f63eda8 Merge "remove python 2.6 trove classifier" 2015.2.6 2015-12-23 03:20:14 +00:00
Anand Shanmugam
46ae858bd7 Exception handling when database is down
Change-Id: I26b8fc0009031444a6c2bb8ed0ca7d6308ff896b
2015-12-22 17:47:20 -08:00
Doug Hellmann
8f4843000d remove python 2.6 trove classifier
OpenStack projects are no longer being tested under Python 2.6, so
remove the trove classifier implying that this project supports 2.6.

Change-Id: If9c54729a1710518f8d1a55d48a8bf8a44bf2ffa
2015-12-23 01:31:07 +00:00
Anand Shanmugam
3ab5306a02 Fix for preventing logging of Very big data
Change-Id: If82a6a8be6b04a55628de02a01ec670fd67b73ec
2015.2.5
2015-12-21 13:48:13 -08:00
Anand Shanmugam
2878578bdc Cloudpulse: rabbitmq operator check always fails
Change-Id: I3e6b2954272197b0a2f1d056e99b83b9144ec3f4
2015-12-07 17:29:45 -08:00
Anand Shanmugam
51cb5fc487 Adding bandit in requirements.txt
Change-Id: Ib31a8a96668bfd9b32f39044fb23d6e28f9af5b6
2015-11-29 23:24:13 -08:00
Jenkins
4998c734b7 Merge "Added to resolve Bandit: Using xml.etree.ElementTree.fromstring to parse untrusted XML data is known to be vulnerable to XML attacks.(DE893)" 2015-11-30 06:43:36 +00:00
Ramaraja
92de847823 Added to resolve Bandit: Using xml.etree.ElementTree.fromstring to parse untrusted XML data is known to be vulnerable to XML attacks.(DE893)
Change-Id: I4d04d2a219d61765f86ab45e8dbbb6d27a116687
2015-11-25 01:45:37 -08:00
Jenkins
8f48813389 Merge "Bandit fix for tmp directory usage and shell injection. Includes eval to literal_eval fix" 2015-11-24 18:56:43 +00:00
Jenkins
3958dd7954 Merge "Provided support for verbose option for security_pulse Bandit fix DE885, DE890" 2015-11-24 18:55:46 +00:00
Jenkins
827f303f6b Merge "Added functional testcases for cloudpulse" 2015-11-24 18:52:10 +00:00
Kiruba
bb9c72e1a0 Added functional testcases for cloudpulse
Change-Id: I6b4634495d09e83bd4a66c020a77034b6c4da242
2015-11-22 21:08:54 -08:00
Kiruba
f9e3ef8caf Provided support for verbose option for security_pulse
Bandit fix DE885, DE890

Change-Id: I3ac316faa66f804eb95b27e49d79e007d5a5062e
2015-11-21 05:08:27 -08:00
Ramaraja
9df1d0344f Bandit fix for tmp directory usage and shell injection.
Includes eval to literal_eval fix

Change-Id: I275c6cf0c0bc9b2620d6278f3069aa16016ece67
2015-11-21 04:44:29 -08:00
Jenkins
6a3fb6f5e5 Merge "Enabling bandit test in tox." 2015-11-21 00:43:36 +00:00
Ramaraja
15afd2aea5 Added to resolve Bandit:Use of unsafe yaml load.
Change-Id: Ia04d2137104e7d73d5a15750cd48bedc62e2d48f
2015-11-13 05:38:50 -08:00
Ramaraja
ddbcf6ba58 Enabling bandit test in tox.
Change-Id: I9bf4a2a42ca488516a580aae7f8376e8efe63e9c
2015-11-13 05:16:27 -08:00
Ramaraja
fe9a473d51 Adding security pulse testcases
Change-Id: I55597ec84868d1263b0db934802b1c70ad7b9374
2015-11-10 21:57:50 -08:00
Jenkins
f992c54b81 Merge "Add option to generate sample conf file." 2015-11-11 05:58:01 +00:00
Jenkins
d3ff4d90aa Merge "Changing test status from created to scheduled" 2015-11-11 05:57:30 +00:00
Jenkins
9344a6487e Merge "Removing run_perodic as it is duplicate code" 2015-11-11 05:57:24 +00:00
Jenkins
06055896ca Merge "Fix for max_db_entries not working when configured" 2015-11-11 05:57:23 +00:00
Jenkins
95ce609078 Merge "Code Changes for querying failed cases and tests run in last x hours" 2015-11-11 05:55:49 +00:00
Jenkins
991f9fc074 Merge "Added security test cases for password encryption check" 2015-11-11 05:55:13 +00:00
Jenkins
5c9ae133bf Merge "Added security test cases for log files" 2015-11-11 05:55:06 +00:00
Ramaraja
b751549ac8 Adding support for container based openstack environment.
Change-Id: Ib014240f1de9cbd4c3b19f5d722a308f3efec17d
2015-11-05 21:59:54 -08:00
Kiruba
eaf42ca3c7 Added security test cases for password encryption check
Change-Id: I569d3a153a66d348e7931f8787a55a9edc0aebdd
2015-11-03 10:45:34 +00:00
Kiruba
5e3a88d0c8 Added security test cases for log files
Change-Id: I07e547a4c2d6af7a3eb4f489cbab11dc89eadc94
2015-11-03 01:23:53 -08:00
Anand Shanmugam
fc044933f0 Removing run_perodic as it is duplicate code
Change-Id: Iafc3ddd04d48863b2aa4f7bc1ddda0c09618cf97
2015-10-28 16:03:39 -07:00
Anand Shanmugam
0d3acbe071 Fix for max_db_entries not working when configured
Change-Id: I297963e884ee1340d1856ddc63024afd32de4a51
2015-10-28 14:55:00 -07:00
Anand Shanmugam
5b5f88a791 Code Changes for querying failed cases and tests run in last x hours
Change-Id: I9f279581eae1bd7227e931ee672835c08a7ba7ad
2015-10-28 14:44:57 -07:00
algerwang
a8ce8e0d25 update stackforge to openstack
update all stackfoge to openstack

Change-Id: Ie70df0f3f265324fab887769e661a7b74ea5d6dd
2015-10-22 11:26:51 -07:00
Anand Shanmugam
37428bb800 Changing test status from created to scheduled
Change-Id: Ie58a831ec0be9fcf4dc37d047e412b68daad6fc1
2015-10-22 11:12:39 -07:00
hayderimran7
7f004cd9dc Add option to generate sample conf file.
This patch allows user to use `tox -egenconfig` to directly
generate a sample conf file in etc/cloudpulse/cloudpulse.conf.sample.
This helps in vetting any doubts if the already given conf is
outdated or has incorrect config options.

Change-Id: Ib25b09c838114dd022a28b7b1b5e8d9c190a817b
2015-10-20 21:13:43 -07:00
Jenkins
5360a8d4db Merge "Update .gitreview for new namespace" 2015-10-20 18:24:53 +00:00
Anand Shanmugam
85a7212446 Adding more logs to the TestManager
Change-Id: I58fb878529b72fbe638e077cd865fea178c8ce82
2015-10-19 12:08:57 -07:00
Jeremy Stanley
09d4557460 Update .gitreview for new namespace
Change-Id: I28038fa9e7acb556666e18e6827986063b52c878
2015-10-17 22:02:04 +00:00
Anand Shanmugam
385578cb83 Modifying requirements.txt to be with stable kilo
Change-Id: I482f446d8e663c95c2932cac0042ab35528d548f
2015.2.4
2015-10-02 11:42:20 -07:00
Anand Shanmugam
32af817131 Adding tag 2015.2.3
Change-Id: Iff5427532d180076a29b70e301cd1adfb876364d
2015.2.3
2015-09-29 15:03:09 -07:00
Jenkins
a3816f496f Merge "Change ignore-errors to ignore_errors" liberty-3 2015-09-22 22:34:09 +00:00
Anand Shanmugam
7dcc7e0be3 Adding periodic config to ceph test
Change-Id: Iafca71b6217cbf229f53e597318d9077e9048cb3
2015-09-22 14:04:12 -07:00
Anand Shanmugam
ee54aee648 Fixing issues in operator tests
Change-Id: Ie9fa14176e4eee6d13ea575f22de3de1482b0ffb
2015-09-22 13:50:55 -07:00
Anand Shanmugam
0089419c4f Fixing issues with running cloudpulse
This fix addresses the following issues.
1.Throwing error when running an undefined test.
2.Show a 404 when doing cloudpulse show on a invalid test

Change-Id: Idd82cfdb43199bc223768000456ab3d26590edd0
2015-09-21 17:57:48 -07:00
Monty Taylor
4a429d5f21 Change ignore-errors to ignore_errors
Needed for coverage 4.0

Change-Id: If1f68053a67fdb2e6ffd290a908c179795ae0fd9
2015-09-21 14:57:48 +00:00
Anand Shanmugam
c24ad6d386 Adding changes for the database lock for the cpulse HA
Change-Id: Iaa3f6a68a497e0f14f14a8cf3b67f0c338000550
2015-09-18 11:57:40 -07:00
Anand Shanmugam
4b8dd7df37 Adding ceph operator tests
Change-Id: If781edba2433efbaafcaa25900ba7eba2eebb578
2015-09-03 17:15:11 -07:00
Jenkins
9e1b7e529c Merge "Adding operator test case rabbitmq check and percona check" 2015-08-15 16:22:23 +00:00
Anand Shanmugam
0b466d0977 Adding operator test case rabbitmq check and percona check
Change-Id: I21b3265dec87c2692099c9c7ece921a6f7ac2432
2015-08-14 09:07:51 -07:00