github.com/tri-stone/burrow@v0.25.0/tests/jobs_fixtures/app51-user-account-forward-proxy-pattern/deploy.yaml (about)

     1  jobs:
     2  
     3  - name: BuildUserAccountTest
     4    build:
     5      contract: UserAccountTest.sol
     6  
     7  ##########
     8  # UserAccount Tests
     9  
    10  - name: UserAccountTest
    11    deploy:
    12      contract: UserAccountTest.bin
    13      instance: UserAccountTest
    14  
    15  - name: testCallForwarding
    16    call:
    17      destination: $UserAccountTest
    18      bin: UserAccountTest
    19      function: testCallForwarding
    20  
    21  - name: assertCallForwarding
    22    assert:
    23      key: $testCallForwarding
    24      relation: eq
    25      val: success