c0043_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 -> c0043
                 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/c0043
    module: [self], instance id: [dev], exec profile: []
    Task1: [task ==> task:  ]
    -Step1:
    . ok
    -Step2:
     WARN: [shell] - [Not implemented or void for no action!]
    . ok
    -Step3: [
    this would be totally fine too without shell commands
    this step could be served as a intermediate step to
    register a var into global var map, and it will be
    avaiable after the next step
    ]
    dvar> adebug:
    "aa"
    
    -
    aa
     WARN: [shell] - [Not implemented or void for no action!]
    . ok
    -Step4: [
    in cmd, you can also do reg/deReg var in dvar evaluation
    the cmd func name makes more sense then shell func
    if you really want to do var manipulation only
    ]
    dvar> cdebug:
    "cc"
    
    -
    cc
     WARN: [cmd] - [Not implemented or void for no action!]
    
Logs with different verbose level
References