diff options
| author | TerryHowe <terrylhowe@gmail.com> | 2015-06-01 14:20:39 -0600 |
|---|---|---|
| committer | TerryHowe <terrylhowe@gmail.com> | 2015-06-02 05:26:25 -0600 |
| commit | 746f6421d0490d41b1a3b7b0e014d0a7fe457afd (patch) | |
| tree | 9926fc62d1299b366b69a92619e590fa8a1bb44a /functional/common | |
| parent | 40634c3f2cec4c23e2123b3ff5cdc447f26cf977 (diff) | |
| download | python-openstackclient-746f6421d0490d41b1a3b7b0e014d0a7fe457afd.tar.gz | |
Add image functional tests
Change-Id: I30b219bc3393fcb197bda266125dcfb5c8780a3e
Diffstat (limited to 'functional/common')
| -rw-r--r-- | functional/common/test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functional/common/test.py b/functional/common/test.py index 7beaf39a..ef034276 100644 --- a/functional/common/test.py +++ b/functional/common/test.py @@ -56,7 +56,7 @@ class TestCase(testtools.TestCase): @classmethod def get_list_opts(cls, headers=[]): - opts = ' -f csv --quote none ' + opts = ' -f csv ' opts = opts + ' '.join(['-c ' + it for it in headers]) return opts |
