c0042_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 -> c0042
                 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/c0042
    module: [self], instance id: [dev], exec profile: []
    Task1: [task ==> task: test the exit scenarios due to different types of validation ]
    -Step1: [: step1 ]
    cmd( 1):
    -
    tom
    
    -
     .. ok
    cmd( 2):
    -
    hanks
    
    -
     .. ok
    . ok
    -Step2: [
    the last result of hanks will be registered as varname: hellomsg
    ]
    dvar> reg_hello:
    "hello: hanks\n\n"
    
    -
    hello: hanks
    
    
    cmd( 1):
    -
    hellomsg  - hanks
    
    -
     .. ok
    cmd( 2):
    -
    reg_hello - hello: hanks
    
    
    
    -
     .. ok
    . ok
    -Step3: [
    the hellomsg will be still availabe in this step
    it is removed but will be unavailabe in the next step
    ]
    cmd( 1):
    -
    hanks
    
    -
     .. ok
    . ok
    -Step4: [
    now the hellomsg should be <no value>
    ]
    cmd( 1):
    -
    <no value>
    
    -
     .. ok
    . ok
    -Step5:
    dvar> void:
    "hello: something\n"
    
    -
    hello: something
    
    cmd( 1):
    -
    something
    
    -
     .. ok
    . ok
    -Step6:
    cmd( 1):
    -
    something
    
    -
     .. ok
    . ok
    
Logs with different verbose level
References