summaryrefslogtreecommitdiffstats
path: root/src/service-dbus/test/testService.py
Commit message (Collapse)AuthorAgeFilesLines
* Updated copyright yearsPeter Schiffer2014-01-161-1/+1
| | | | Updated copyright years to include new year 2014.
* service: Port tests to lmishell baseTomas Bzatek2014-01-071-35/+23
|
* Service: Added new author. Fix default enviroment value.Robin Hack2013-11-061-2/+2
|
* test: fix service testsRadek Novacek2013-10-311-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 providerRadek Novacek2013-10-311-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 improvementsMichal Minar2013-10-241-1/+1
|
* service: fix service file locationJan Safranek2013-10-231-1/+1
| | | | The test is started with undeterministic current working directory.
* services: fix test_service_get_status_when_stoppped testJan Safranek2013-10-231-0/+1
| | | | The test must reload service status from CIMOM.
* services: disable test_service_with_null_nameJan Safranek2013-10-231-0/+1
| | | | It breaks Pegasus.
* service: fix test_service_race_conditionJan Safranek2013-10-231-1/+5
| | | | failing.service was removed twice without checking.
* service: fix test_restart_service_broker test, we must wait for the CIMOM to ↵Jan Safranek2013-10-231-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 Safranek2013-10-221-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 Novacek2013-10-171-1/+1
|
* Service: Fix. Use verify_server_cert=False while connection.Robin Hack2013-10-091-2/+2
|
* Service: Add new test case to QA upstream test.Robin Hack2013-10-091-3/+20
|
* service: use verify_server_cert=False in testsJan Synacek2013-10-031-4/+4
|
* Service: Upstream test suite for service-dbus provider.Robin Hack2013-09-031-0/+518