Skip to content

Commit

Permalink
Add module virt_admin
Browse files Browse the repository at this point in the history
In order to automate the test case of the new feature virt-admin, I have
added module virt_admin. And also add all commands related to virt-admin
into this virt_admin.py.

Signed-off-by: Lily Zhu <[email protected]>
  • Loading branch information
iccaszhulili committed Jan 2, 2017
1 parent 9c9b3f1 commit 06b959b
Show file tree
Hide file tree
Showing 2 changed files with 874 additions and 0 deletions.
1 change: 1 addition & 0 deletions selftests/doc/test_doc_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ def test_build_docs(self):
ignore_list = ['No python imaging library installed',
'ovirtsdk module not present',
'Virsh executable not set or found on path',
'virt-admin executable not set or found on path',
"failed to import module u'virttest.passfd'",
"failed to import module u'virttest.step_editor'"]
failure_lines = []
Expand Down
Loading

0 comments on commit 06b959b

Please sign in to comment.