]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
qa: looks for quotes in Python shell and get rid of them
authorRishabh Dave <ridave@redhat.com>
Thu, 11 Apr 2019 18:11:53 +0000 (23:41 +0530)
committerRishabh Dave <ridave@redhat.com>
Fri, 12 Apr 2019 09:30:58 +0000 (15:00 +0530)
commitbbca211225bd81d23dda1f7f8dde0b4e2cef6105
treed61aafff38c3e33b6c1c91cdc95344c489a466b9
parent512f4721a57b4d986fa104bfdaf99f3258b7c8f5
qa: looks for quotes in Python shell and get rid of them

Since quotes are not a token for Python's shell simulation (unlike
Bash), raise a RuntimeError for them and add an exception for Python
command since it quotes to define a program on commandline.

Signed-off-by: Rishabh Dave <ridave@redhat.com>
qa/tasks/vstart_runner.py