github.com/loomnetwork/gamechain@v0.0.0-20200406110549-36c47eb97a92/e2e/test_oracle.toml (about)

     1  [[TestCases]]
     2    RunCmd = "/bin/echo "
     3    Delay = 10000
     4  
     5  [[TestCases]]
     6    RunCmd = "zb-cli contract_configuration -k {{index $.AccountPrivKeyPathList 0}} set_fiat_purchase_contract_version -v 3"
     7    Condition = "contains"
     8    Expected = ["success"]
     9  
    10  [[TestCases]]
    11    RunCmd = "zb-cli process_oracle_event_batch -k {{index $.AccountPrivKeyPathList 0}} --requestPb ../../test-data/ProcessEventBatchRequest.pb.bin"
    12    Condition = "contains"
    13    Expected = ["simulated event batch sent"]
    14  
    15  [[TestCases]]
    16    RunCmd = "checkapphash"
    17  
    18  [[TestCases]]
    19    RunCmd = "zb-cli process_oracle_event_batch -k {{index $.AccountPrivKeyPathList 0}} --requestPb ../../test-data/ProcessEventBatchRequest.pb.bin"
    20    Condition = "contains"
    21    Expected = ["no new events found in the batch"]