c0033_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 -> c0033
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/c0033
module: [self], instance id: [dev], exec profile: []
Task1: [task ==> task: ]
-Step1:
cmd( 1):
echo """1.school -> {{.school}}"""
-
1.school -> address:
state: NSW
city: sydney
suburb:
name: sydney
postcode: 2000
CBD: LOCAL
school: Sydney Grammar
principal: Mr Right
-
.. ok
cmd( 2):
echo """2.school object CBD -> {{.school_object.address.suburb.CBD}}"""
-
2.school object CBD -> LOCAL
-
.. ok
cmd( 3):
echo """3.school object-> {{.school_object.address.school}}"""
-
3.school object-> Sydney Grammar
-
.. ok
cmd( 4):
echo """4.school object-> {{.school_object.principal}}"""
-
4.school object-> Mr Right
-
.. ok
. ok
Logs with different verbose level
References