Skip to content

Commit

Permalink
Updates the README.md to add instructions to start test server.
Browse files Browse the repository at this point in the history
  • Loading branch information
fengli79 authored and zhangkun83 committed Dec 29, 2015
1 parent 59c1a6a commit 2719a8c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion android-interop-testing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@ Connect your Android device or start the emulator:
$ ./start-emulator.sh <AVD name> & ./wait-for-emulator.sh
```

Start test server
-----------------

Start the test server by:
```
$ ../run-test-server.sh
```


Manually test
-------------

Expand All @@ -31,7 +40,7 @@ Commandline test

Run the test with arguments:
```
$ adb shell am instrument -w -e server_host <hostname or ip address> -e server_port 8030 -e server_host_override foo.test.google.fr -e use_tls true -e use_test_ca true -e test_case all io.grpc.android.integrationtest/.TesterInstrumentation
$ adb shell am instrument -w -e server_host <hostname or ip address> -e server_port <port> -e server_host_override foo.test.google.fr -e use_tls true -e use_test_ca true -e test_case all io.grpc.android.integrationtest/.TesterInstrumentation
```

If the test passed successfully, it will output:
Expand Down

0 comments on commit 2719a8c

Please sign in to comment.