c0056_v

Log reference:

    loading [Config]:  ./tests/functests/upconfig.yml
    Main config:
                 Version -> 1.0.0
                  RefDir -> ./tests/functests
                 WorkDir -> cwd
              AbsWorkDir -> /up_project/up
                TaskFile -> c0056
                 Verbose -> v
              ModuleName -> self
               ShellType -> /bin/sh
           MaxCallLayers -> 8
                 Timeout -> 3600000
     MaxModuelCallLayers -> 256
               EntryTask -> task
      ModRepoUsernameRef -> 
      ModRepoPasswordRef -> 
    work dir: /up_project/up
    -exec task: task
    loading [Task]:  ./tests/functests/c0056
    module: [self], instance id: [dev], exec profile: []
    Task1: [task ==> task:  ]
    -Step1:
    cmd( 1):
    -
    hello tom
    
    -
     .. ok
    cmd( 1):
    -
    hello peter
    
    -
     .. ok
    cmd( 1):
    -
    hello james
    
    -
     .. ok
    . ok
    -Step2:
    cmd( 1):
    -
    name tom
    
    -
     .. ok
    cmd( 2):
    -
    age 11
    
    -
     .. ok
    cmd( 1):
    -
    name peter
    
    -
     .. ok
    cmd( 2):
    -
    age 45
    
    -
     .. ok
    cmd( 1):
    -
    name james
    
    -
     .. ok
    cmd( 2):
    -
    age 23
    
    -
     .. ok
    . ok
    -Step3:
    cmd( 1):
    -
    hello Australia
    
    -
     .. ok
    cmd( 1):
    -
    hello British
    
    -
     .. ok
    cmd( 1):
    -
    hello China
    
    -
     .. ok
    cmd( 1):
    -
    hello Danmark
    
    -
     .. ok
    . ok
    -Step4: [
    the loop point to a iteratable var countries
    ]
    cmd( 1):
    -
    hello Australia
    
    -
     .. ok
    cmd( 2):
    -
    hello 20m
    
    -
     .. ok
    cmd( 1):
    -
    hello British
    
    -
     .. ok
    cmd( 2):
    -
    hello 2000m
    
    -
     .. ok
    cmd( 1):
    -
    hello China
    
    -
     .. ok
    cmd( 2):
    -
    hello 1.4b
    
    -
     .. ok
    cmd( 1):
    -
    hello Danmark
    
    -
     .. ok
    cmd( 2):
    -
    hello 30m
    
    -
     .. ok
    . ok
    -Step5: [
    the templated value will be eventually a var/dvar name
    ]
    cmd( 1):
    -
    hello 0
    
    -
     .. ok
    cmd( 2):
    -
    hello 1
    
    -
     .. ok
    cmd( 3):
    -
    hello Australia
    
    -
     .. ok
    cmd( 4):
    -
    hello 20m
    
    -
     .. ok
    cmd( 1):
    -
    hello 1
    
    -
     .. ok
    cmd( 2):
    -
    hello 2
    
    -
     .. ok
    cmd( 3):
    -
    hello British
    
    -
     .. ok
    cmd( 4):
    -
    hello 2000m
    
    -
     .. ok
    cmd( 1):
    -
    hello 2
    
    -
     .. ok
    cmd( 2):
    -
    hello 3
    
    -
     .. ok
    cmd( 3):
    -
    hello China
    
    -
     .. ok
    cmd( 4):
    -
    hello 1.4b
    
    -
     .. ok
    cmd( 1):
    -
    hello 3
    
    -
     .. ok
    cmd( 2):
    -
    hello 4
    
    -
     .. ok
    cmd( 3):
    -
    hello Danmark
    
    -
     .. ok
    cmd( 4):
    -
    hello 30m
    
    -
     .. ok
    . ok
    
Logs with different verbose level
References