c0195_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 -> c0195
                 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/c0195
    module: [self], instance id: [dev], exec profile: []
    Task1: [task ==> task:  ]
    -Step1:
    ~SubStep1: [tmpFile:  ]
    tmp file handler: myfile
    ~SubStep2: [print:  ]
    filename: /tmp/BpLnfgDsc2WD8F2qNfHK5a84038976665
    ~SubStep3: [readFile:  ]
    ~SubStep4: [print:  ]
    file content: hello, world
    Step Finally:
    -Step1:
    cmd( 1):
    -
    hello, world
    -
     .. ok
    . ok
    -Step2: [
    this shows you delete the tmp file in step finally
    ]
    cmd( 1):
    -
    
    -
     .. ok
    . ok
    -Step3:
    cmd( 1):
    -
    cat: can't open '/tmp/BpLnfgDsc2WD8F2qNfHK5a84038976665': No such file or directory
    
    -
     .. failed(suppressed if it is not the last step)
     WARN: [ignoreError:] - [Error ignored!!!]
    task Finally:
    Step1: [
    this shows you delete the tmp file in task finally
    this is deactivated
    just for reference
    ]
     WARN: [*] - [Step is deactivated!]
    Step2:
    cmd( 1):
    -
    cat: can't open '/tmp/BpLnfgDsc2WD8F2qNfHK5a84038976665': No such file or directory
    
    -
     .. failed(suppressed if it is not the last step)
     WARN: [ignoreError:] - [Error ignored!!!]
    
Logs with different verbose level
References