Skip to content

Various autotest_regression fixes#683

Merged
ypu merged 3 commits intoautotest:nextfrom
rbbratta:autotest_regression_fixes
Aug 9, 2013
Merged

Various autotest_regression fixes#683
ypu merged 3 commits intoautotest:nextfrom
rbbratta:autotest_regression_fixes

Conversation

@rbbratta
Copy link
Copy Markdown
Contributor

autotest_regression: Too few arguments for format string

Fix TypeError: not enough arguments for format string
Found by PyCharm inspection.

autotest_regression: replace error.ValueError with ValueError

I think we mean ValueError here, I couldn't find any error.ValueError.

autotest_regression: move copy of install-autotest-server*log outside try/except

We need the install log file to debug any error, so move it outside the
try/except, otherwise any errors will trigger aexpect.ShellCmdError and
skip the copy

Ross Brattain added 3 commits July 28, 2013 20:18
Fix TypeError: not enough arguments for format string

Found by PyCharm inspection.

Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
I think we mean ValueError here, I couldn't find any error.ValueError.

Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
… try/except

We need the install log file to debug any error, so move it outside the
try/except, otherwise any errors will trigger aexpect.ShellCmdError and
skip the copy

Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
@ypu
Copy link
Copy Markdown
Member

ypu commented Aug 1, 2013

LGTM
Acked-by: Yiqiao Puypu@redhat.com

@ldoktor
Copy link
Copy Markdown
Member

ldoktor commented Aug 1, 2013

Hi Ross, thank you for your fixes.

Acked-by: Lukáš Doktor ldoktor@redhat.com

ypu added a commit that referenced this pull request Aug 9, 2013
@ypu ypu merged commit e8bdd97 into autotest:next Aug 9, 2013
@ypu
Copy link
Copy Markdown
Member

ypu commented Aug 9, 2013

As already get two Ack. Merge it. Thanks @rbbratta

FengYang pushed a commit to FengYang/virt-test that referenced this pull request Nov 12, 2013
Merge autotest and virttest cgroup_utils library
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants