Bug 511867 - Allow CF services used in CFT JUnit to be externally defined
Summary: Allow CF services used in CFT JUnit to be externally defined
Status: RESOLVED FIXED
Alias: None
Product: CFT
Classification: ECD
Component: General (show other bugs)
Version: 1.0.3   Edit
Hardware: PC Mac OS X
: P3 normal
Target Milestone: 1.0.3   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: plan
Depends on:
Blocks:
 
Reported: 2017-02-07 16:36 EST by Nieraj Singh CLA
Modified: 2017-02-08 13:38 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nieraj Singh CLA 2017-02-07 16:36:22 EST
CFT JUnit service tests currently contains hardcoded services for Pivotal Web Services and therefore cannot run on any other CF target.

Allow services to be defined externally, much like the CF credentials (like environment variables), so that the JUnit can be run against any Cloud Foundry target.
Comment 1 Nieraj Singh CLA 2017-02-08 13:38:38 EST
Pushed changes to both master and R1_0_maintenance branches to support services in environment variables as well as properties file passed to the JUnit.

The CFT Readme also has been updated with instructions on how to run the JUnit