cloudfoundry/windows-regression-tests

Name: windows-regression-tests

Owner: Cloud Foundry

Description: null

Created: 2018-02-14 20:45:43.0

Updated: 2018-05-11 18:11:19.0

Pushed: 2018-05-11 18:11:17.0

Homepage: null

Size: 4557

Language: C#

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Windows Regression Tests

This suite contains regression tests for Windows specific CF features.

Test Setup
Prerequisites for running WRTs
Test Configuration

You must set the environment variable $CONFIG which points to a JSON file that contains several pieces of data that will be used to configure the tests.

The following can be pasted into a terminal and will set up a sufficient $CONFIG to run the core test suites.

> integration_config.json <<EOF

pi": "api.env.cf-app.com",
dmin_user": "admin",
dmin_password": "password",
pps_domain": "env.cf-app.com",
um_windows_cells": 1,
kip_ssl_validation": true,
solation_segment_name": "",
tack": "windows2012R2"


rt CONFIG=$PWD/integration_config.json
Test Execution

To execute the tests, run the following from the root directory of windows-regression-tests:

n/test

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.