c0034_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 -> c0034
                 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/c0034
    module: [self], instance id: [dev], exec profile: []
    Task1: [task ==> task:  ]
    -Step1:
    =Task2: [task ==> show_school_details:  ]
    --Step1:
    cmd( 1):
    -
    1.school -> address:
      suburb:
        name: sydney
        postcode: 2000
        CBD: no
      school: Sydney Grammar
    principal: Mr Peter
    something: ref task does not have this field
    
    
    -
     .. ok
    cmd( 2):
    -
    2.school object CBD -> false
    
    -
     .. ok
    cmd( 3):
    -
    3.school object-> Sydney Grammar
    
    -
     .. ok
    cmd( 4):
    -
    4.school object-> Mr Peter
    
    -
     .. ok
    cmd( 5):
    -
    5.a local-a
    
    -
     .. ok
    cmd( 6):
    -
    6.b local-b
    
    -
     .. ok
    cmd( 7):
    {
      "something": "ref task does not have this field",
      "address": {
        "state": "NSW",
        "city": "sydney",
        "school": "Sydney Grammar",
        "suburb": {
          "name": "sydney",
          "postcode": 2000,
          "CBD": false
        }
      },
      "principal": "Mr Peter"
    }
    
    {
      "address": {
        "suburb": {
          "name": "sydney",
          "postcode": 2000,
          "CBD": false
        },
        "state": "NSW",
        "city": "sydney",
        "school": "Sydney Grammar"
      },
      "principal": "Mr Peter",
      "something": "ref task does not have this field"
    }
    
    -
    7.school object-> {
      address: {
        school: Sydney Grammar,
        suburb: {
          name: sydney,
          postcode: 2000,
          CBD: false
        },
        state: NSW,
        city: sydney
      },
      principal: Mr Peter,
      something: ref task does not have this field
    }
    
    
    
    -
     .. ok
    . ok
    
Logs with different verbose level
References