c0117_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 -> c0117
                 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/c0117
    module: [self], instance id: [dev], exec profile: []
    Task1: [task ==> task: main entry ]
    -Step1: [step2: call subtask and exam the return value in following steps ]
    =Task2: [task ==> subtask: subtask to test reg and return ]
    --Step1: [step1: the loopitem here is inherited from caller ]
    ~~SubStep1: [print:  ]
    proc 1
    --Step2: [step2: the loopitem here is the local defined loopitem ]
    ~~SubStep1: [print:  ]
    item1
    ~~SubStep1: [print:  ]
    item2
    ~~SubStep1: [print:  ]
    item3
    --Step3: [
    step3demo use both loopitem in same context
    the dvar parentLoopItem will map the value of parent loopitem
    ]
    ~~SubStep1: [print:  ]
    parent loop: proc 1, child loop: item1
    ~~SubStep1: [print:  ]
    parent loop: proc 1, child loop: item2
    ~~SubStep1: [print:  ]
    parent loop: proc 1, child loop: item3
    =Task2: [task ==> subtask: subtask to test reg and return ]
    --Step1: [step1: the loopitem here is inherited from caller ]
    ~~SubStep1: [print:  ]
    proc 2
    --Step2: [step2: the loopitem here is the local defined loopitem ]
    ~~SubStep1: [print:  ]
    item1
    ~~SubStep1: [print:  ]
    item2
    ~~SubStep1: [print:  ]
    item3
    --Step3: [
    step3demo use both loopitem in same context
    the dvar parentLoopItem will map the value of parent loopitem
    ]
    ~~SubStep1: [print:  ]
    parent loop: proc 2, child loop: item1
    ~~SubStep1: [print:  ]
    parent loop: proc 2, child loop: item2
    ~~SubStep1: [print:  ]
    parent loop: proc 2, child loop: item3
    =Task2: [task ==> subtask: subtask to test reg and return ]
    --Step1: [step1: the loopitem here is inherited from caller ]
    ~~SubStep1: [print:  ]
    proc 3
    --Step2: [step2: the loopitem here is the local defined loopitem ]
    ~~SubStep1: [print:  ]
    item1
    ~~SubStep1: [print:  ]
    item2
    ~~SubStep1: [print:  ]
    item3
    --Step3: [
    step3demo use both loopitem in same context
    the dvar parentLoopItem will map the value of parent loopitem
    ]
    ~~SubStep1: [print:  ]
    parent loop: proc 3, child loop: item1
    ~~SubStep1: [print:  ]
    parent loop: proc 3, child loop: item2
    ~~SubStep1: [print:  ]
    parent loop: proc 3, child loop: item3
    
Logs with different verbose level
References