c0168_vv

Log reference:

    loading [Config]:  ./tests/functests/upconfig.yml
    Main config:
                 Version -> 1.0.0
                  RefDir -> ./tests/functests
                 WorkDir -> cwd
              AbsWorkDir -> /up_project/up
                TaskFile -> c0168
                 Verbose -> vv
              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/c0168
    module: [self], instance id: [dev], exec profile: []
    Task1: [task ==> task:  ]
    -Step1: [
    loopRange func will generate a range list named myloop
    myloop will be registered as local var
    the loop will use myloop to iterate through
    ]
    ~SubStep1: [print:  ]
    1
    ~SubStep1: [print:  ]
    2
    ~SubStep1: [print:  ]
    3
    ~SubStep1: [print:  ]
    4
    ~SubStep1: [print:  ]
    5
    -Step2: [
    same as above, it will register a range list named my range
    myrange list's name is then returned from the func call in loopRange, then
    the name myrange will be used to refer to that var registered already
    ]
    ~SubStep1: [print:  ]
    321
    ~SubStep1: [print:  ]
    322
    ~SubStep1: [print:  ]
    323
    ~SubStep1: [print:  ]
    324
    ~SubStep1: [print:  ]
    325
    ~SubStep1: [print:  ]
    326
    ~SubStep1: [print:  ]
    327
    ~SubStep1: [print:  ]
    328
    ~SubStep1: [print:  ]
    329
    ~SubStep1: [print:  ]
    330
    
Logs with different verbose level
References