c0114_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 -> c0114
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/c0114
module: [self], instance id: [dev], exec profile: []
Task1: [task ==> task: main entry ]
-Step1: [: call subtask and exam the return value in following steps ]
=Task2: [task ==> subtask1: subtask to test reg and return ]
--Step1: [: check value of tom after it is registered in current task stack ]
~~SubStep1: [reg: by default hitom is registered in to global context ]
~~SubStep2: [print: ]
in sub_loop print1: tom created in subtask1
--Step2: [: check value of tom and it should be available in current stack ]
~~SubStep1: [print: ]
in sub_loop print2: tom created in subtask1
~~SubStep2: [return: ]
--Step3: [: call subtask and exam the return value in following steps ]
==Task3: [task/subtask1 ==> subtask2: subtask to test reg and return ]
---Step1: [: check value of tom after it is registered in current task stack ]
~~~SubStep1: [reg: by default hitom is registered in to global context ]
~~~SubStep2: [print: ]
in sub_loop print1: tom2 created in subtask2
---Step2: [: check value of tom and it should be available in current stack ]
~~~SubStep1: [print: ]
in sub_loop print2: tom2 created in subtask2
~~~SubStep2: [return: ]
-Step2: [
check value of tom
in this case tom's value should come from subtask1
tom's expected value: tom created in subtask1
]
~SubStep1: [print: ]
in main task print3: tom created in subtask1
Logs with different verbose level
References