Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated copyright years | Peter Schiffer | 2014-01-16 | 1 | -1/+1 |
| | | | | Updated copyright years to include new year 2014. | ||||
* | service: Port tests to lmishell base | Tomas Bzatek | 2014-01-07 | 1 | -35/+23 |
| | |||||
* | Service: Added new author. Fix default enviroment value. | Robin Hack | 2013-11-06 | 1 | -2/+2 |
| | |||||
* | test: fix service tests | Radek Novacek | 2013-10-31 | 1 | -1/+7 |
| | | | | | | | | lmishell no longer automatically refresh the instance after calling some method on it. refresh() must be called manually. Also fix path to the failing.service file when running the test script directly. | ||||
* | test: Don't test connection in the service provider | Radek Novacek | 2013-10-31 | 1 | -30/+0 |
| | | | | | | The test for creating socket and http connection get removed, because: * socket connection might not work on the buildbot * http(s) connection is tested in the service provider tests anyway | ||||
* | minor test improvements | Michal Minar | 2013-10-24 | 1 | -1/+1 |
| | |||||
* | service: fix service file location | Jan Safranek | 2013-10-23 | 1 | -1/+1 |
| | | | | The test is started with undeterministic current working directory. | ||||
* | services: fix test_service_get_status_when_stoppped test | Jan Safranek | 2013-10-23 | 1 | -0/+1 |
| | | | | The test must reload service status from CIMOM. | ||||
* | services: disable test_service_with_null_name | Jan Safranek | 2013-10-23 | 1 | -0/+1 |
| | | | | It breaks Pegasus. | ||||
* | service: fix test_service_race_condition | Jan Safranek | 2013-10-23 | 1 | -1/+5 |
| | | | | failing.service was removed twice without checking. | ||||
* | service: fix test_restart_service_broker test, we must wait for the CIMOM to ↵ | Jan Safranek | 2013-10-23 | 1 | -3/+16 |
| | | | | | | | | restart. The test expected that the CIMOM restarts atomically, which is not the case - there are few seconds of no CIM service and the test must wait until the CIMOM becomes online. | ||||
* | Remove 'verify_server_cert=False' from test. | Jan Safranek | 2013-10-22 | 1 | -3/+3 |
| | | | | | We expect that test machines have correct https setup and certificates are distributed to the right places. | ||||
* | service: fix syntax error in tests (true -> True) | Radek Novacek | 2013-10-17 | 1 | -1/+1 |
| | |||||
* | Service: Fix. Use verify_server_cert=False while connection. | Robin Hack | 2013-10-09 | 1 | -2/+2 |
| | |||||
* | Service: Add new test case to QA upstream test. | Robin Hack | 2013-10-09 | 1 | -3/+20 |
| | |||||
* | service: use verify_server_cert=False in tests | Jan Synacek | 2013-10-03 | 1 | -4/+4 |
| | |||||
* | Service: Upstream test suite for service-dbus provider. | Robin Hack | 2013-09-03 | 1 | -0/+518 |