continue on test_path testcase
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
f00b8fe56a
commit
a875d69d7e
3 changed files with 12 additions and 5 deletions
|
|
@ -22,8 +22,14 @@
|
|||
|
||||
import logging
|
||||
|
||||
import cdist.config_install
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
|
||||
Class Install(cdist.config_install.ConfigInstall):
|
||||
pass
|
||||
|
||||
def install(args):
|
||||
"""Install remote system"""
|
||||
process = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue