python-novaclient/novaclient/tests
Rakesh H S 09f97e9ee4 return 130 for keyboard interrupt
when keyboard interrupt is received by novaclient, the return code as
of now is 1.

But since the client was terminated by an keyboard interrupt, the return
code should be 130. (http://tldp.org/LDP/abs/html/exitcodes.html)
It is useful when people are writing automation test cases and want to
validate based on the return code.
I have also changed the message that is printed on shell to match other
clients.

Change-Id: If544ade154c53b1f18518773f4d49cd335a394d0
Closes-Bug: #1373231
2014-09-26 20:45:49 +05:30
..
fixture_data Enable check for E123 2014-09-24 22:44:20 +03:00
v1_1 Enable check for E123 2014-09-24 22:44:20 +03:00
v3 Enable check for E123 2014-09-24 22:44:20 +03:00
__init__.py Move tests into the novaclient package. 2013-05-25 08:23:14 +02:00
fakes.py Enable hacking check for Apache 2.0 license 2013-12-06 10:47:41 +10:30
idfake.pem Allows users to retrieve ciphered VM passwords 2013-11-27 17:26:39 +01:00
test_auth_plugins.py Merge "Fix order of arguments in assertEquals" 2014-09-17 01:55:30 +00:00
test_base.py Fix order of arguments in assertEquals 2014-08-04 10:24:47 +08:00
test_client.py Enable check for E123 2014-09-24 22:44:20 +03:00
test_discover.py Fix order of arguments in assertEquals 2014-08-04 10:24:47 +08:00
test_http.py Merge "Add retry_after only to exceptions supporting it" 2014-09-19 02:16:51 +00:00
test_service_catalog.py Merge "Fix order of arguments in assertEquals" 2014-09-17 01:55:30 +00:00
test_shell.py return 130 for keyboard interrupt 2014-09-26 20:45:49 +05:30
test_utils.py Use common code instead of novaclient.utils 2014-09-19 16:56:13 +03:00
utils.py Use oslo.serialization 2014-09-20 20:42:52 +03:00