Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Included info for testing the File poller #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,28 @@ Note that the user name and password need to be `admin/admin` as that's what the
4) To test the WS, use your favorite WS tool (e.g. SoapUI) against the following
WSDL hosted by the rider-auto-ws bundle.
* http://localhost:8182/cxf/order?wsdl
*

5) To test the File poller, run the following commands:

> oc get pods

```
NAME READY STATUS RESTARTS AGE
broker-amq-1-b5o3b 1/1 Running 0 7h
rider-auto-backend-as08q 1/1 Running 0 7h
rider-auto-file-yynee 1/1 Running 0 14m
rider-auto-normalizer-zqav5 1/1 Running 0 7h
rider-auto-ws-xa8qx 1/1 Running 0 7h
```

> oc rsh rider-auto-file-yynee

Note: Please replace 'yynee' with your corresponding ID

> cd /deployments/target/placeorder/

Create a file (either XML or CSV) in the above directory using sample data taken from rider-auto-common/src/data/

Getting Help
============================
Expand Down