python-freezerclient/freezerclient/tests/unit
Cai Hui 90542f8a2c Add freezerclient.client in order to use the python api directly
The simplest way to create a client instance is initialization with your
 credentials:

        >>> from freezerclient import client
        >>> freezer = client.Client("2")
        >>> freezer.jobs.list_all()

Change-Id: I04f1316d6786579a48d1db7969c7cae3ef8bd9e4
2018-10-12 02:10:07 -04:00
..
v1 Use keystoneauth1.loading instead of specifying V2 or V3 of keystone 2018-10-10 03:41:47 +00:00
v2 Merge "Add 'freezerclient.v2.managers.jobs' unit test cases" 2018-10-05 09:40:00 +00:00
__init__.py Python freezer client 2016-03-18 13:40:01 +00:00
test_client.py Add freezerclient.client in order to use the python api directly 2018-10-12 02:10:07 -04:00
test_exceptions.py Using assertEqual instead of assertEquals 2016-10-17 14:59:01 +00:00
test_shell.py Freezer command line tool add argument: "--os-backup-api-version" 2018-10-11 03:06:47 -04:00
test_utils.py Python freezer client 2016-03-18 13:40:01 +00:00