github.com/upcmd/up@v0.8.1-0.20230108151705-ad8b797bf04f/tests/functests/f0016.yml (about)

     1  goal:
     2    - to test undefined func name handling
     3    - expected: |
     4        func name not recognised
     5  
     6        Step dispatch -> func is not implemented
     7  
     8  tasks:
     9  
    10    -
    11      name: task
    12      desc:
    13      task:
    14        -
    15          func: non_exist_func_name
    16          do:
    17            - echo "exec ref-task2"