Esempio n. 1
0
def test_steps():
    '''
    Install a suite
    '''
    cmd = cmdstr + ' step'
    print 'testing with command: %s' % cmd
    control.app_main(cmd.split())
Esempio n. 2
0
def test_list():
    '''
    Test the list command
    '''
    cmd = cmdstr + ' list'
    print 'testing with command: %s' % cmd
    control.app_main(cmd.split())
Esempio n. 3
0
def test_steps():
    '''
    Install a suite
    '''
    cmd = cmdstr + ' step'
    print 'testing with command: %s' % cmd
    control.app_main(cmd.split())
Esempio n. 4
0
def test_list():
    '''
    Test the list command
    '''
    cmd = cmdstr + ' list'
    print 'testing with command: %s' % cmd
    control.app_main(cmd.split())
Esempio n. 5
0
def test_bc():
    '''
    Install one package from a suite, one step at a time.
    '''
    for step in shim.ShimPackage.steps:
        cmd = cmdstr + ' --last-step %s --packages bc step' % step
        print 'Test limit with "%s"' % cmd
        control.app_main(cmd.split())
Esempio n. 6
0
def test_bc():
    '''
    Install one package from a suite, one step at a time.
    '''
    for step in shim.ShimPackage.steps:
        cmd = cmdstr + ' --last-step %s --packages bc step' % step
        print 'Test limit with "%s"' % cmd
        control.app_main(cmd.split())