You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This updates some files with more scaffolding and
config changes for moving forward with the behave
system and functional tests. There is also some
cleanup to a feature file.
Change-Id: I06705387bacb23772b4c25fde8dcca040cd1055d
Signed-off-by: Latitia M Haskins <[email protected]>
Copy file name to clipboardexpand all lines: test/feature/peer.feature
+6-6
Original file line number
Diff line number
Diff line change
@@ -22,16 +22,16 @@ Scenario Outline: FAB-3505: Test chaincode example02 deploy, invoke, and query
22
22
When a user deploys chaincode at path "github.com/hyperledger/fabric/chaincode_example02" with ["init", "a", "1000" , "b", "2000"] with name "mycc"
23
23
Then the chaincode is deployed
24
24
When a user queries on the chaincode named "mycc" with args ["query", "a"]
25
-
Then a user receives expected response is 1000
25
+
Then a user receives expected response of 1000
26
26
When a user invokes on the chaincode named "mycc" with args ["txId1", "invoke", "a", 10]
27
-
Whena user queries on the chaincode named "mycc" with args ["query", "a"]
28
-
Then a user receives expected response is 990
27
+
Anda user queries on the chaincode named "mycc" with args ["query", "a"]
28
+
Then a user receives expected response of 990
29
29
30
-
Given "Peer1" is taken down
30
+
Given "peer1" is taken down
31
31
When a user invokes on the chaincode named "mycc" with args ["txId1", "invoke", "a", 10]
32
32
And I wait "15" seconds
33
-
And "Peer1" comes back up
34
-
When a user queries on the chaincode named "mycc" with args ["query", "a"] on "Peer1"
33
+
And "peer1" comes back up
34
+
When a user queries on the chaincode named "mycc" with args ["query", "a"] on "peer1"
0 commit comments