c0076_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 -> c0076
                 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/c0076
    module: [self], instance id: [dev], exec profile: []
    Task1: [task ==> task: test the exit scenarios due to different types of validation ]
    -Step1: [: step1 ]
    cmd( 1):
    echo hanks
    
    -
    hanks
    
    -
     .. ok
    . ok
    -Step2: [
    test register a variable to global vars
    the reg_hello should be <no value> since this is a template action
    you should really use dvar name void instead
    ]
     WARN: [cmd] - [Not implemented or void for no action!]
    -Step3:
    cmd( 1):
    echo "{{.reg_hello}}"
    
    -
    <no value>
    
    -
     .. ok
    cmd( 2):
    echo "{{.hellomsg}}"
    
    -
    hanks
    
    -
     .. ok
    . ok
    -Step4: [
    the reg_tom's value is a object, but since reg_tom is only a local, it
    will probably not very useful
    ]
    dvar> local_tom:
    "my name is tom\nage: 18\nname: tom\n"
    
    -
    my name is tom
    age: 18
    name: tom
    
    ~SubStep1: [reg:  ]
    -Step5: [: debug the results ]
    ~SubStep1: [print: this local_tom should be <no value> as it is in scope of last step ]
    None
    ~SubStep2: [print: get the object from register global space ]
    map[age:18 name:tom]
    ~SubStep3: [printObj: dynamically reference to global_tom object registered ]
    object:
     global_tom: "my name is tom\nage: 18\nname: tom\n"
    
    
Logs with different verbose level
References