• Łukasz Nowak's avatar
    software/kvm: Adapt tests without --all · ff2295f9
    Łukasz Nowak authored
    After dropping _force_slapos_node_instance_all tests with parameter propagation
    need special treatment:
    
     * during first waitForInstance it is needed to wait for instance for the
       parameterto be requested to the master
     * during second waitForInstance the parameter is being propagated to other
       instances
    
    This is solved by waitForInstanceWithPropagation
    
    In some cases tests are modyfing in-place partitions (eg. .slapos-resource)
    in order to mock some states. Then it's required to force instatiation with
    waitForInstanceWithForce.
    
    In other places additional, sometimes conditional, processing is added in
    order to account for non forced default processing.
    ff2295f9
test.py 89.9 KB