borderpatrol/borderpatrol-test-services
Will Kimeria 25496ef520 Prototyping end to end workflow and UpstreamFilter and Tests 2014-12-19 15:46:21 -08:00
..
logs Added integration test services 2014-07-16 18:18:54 -07:00
src Added integration test services 2014-07-16 18:18:54 -07:00
.gitignore Added integration test services 2014-07-16 18:18:54 -07:00
Gemfile Added integration test services 2014-07-16 18:18:54 -07:00
Gemfile.lock Added integration test services 2014-07-16 18:18:54 -07:00
README.md Prototyping end to end workflow and UpstreamFilter and Tests 2014-12-19 15:46:21 -08:00
borderpatrol.god Added integration test services 2014-07-16 18:18:54 -07:00

README.md

Border Patrol Integration Tests

This module includes dummy integration test services for Border Patrol.

Developing/Contributing

Installation

Darwin

  • bundle install
  • god -Dbc borderpatrol.god

God to run 4 processes, on the following ports

  • 9081 Mock Authorization service
  • 9082 Mock downstream service A
  • 9083 Mock downstream service B
  • 9084 Mock Account Service

To stop the integration services, kill god and shotgun

pkill -9 -f shotgun; pkill -9 -f god