Skip to content

Instantly share code, notes, and snippets.

@schinen
schinen / gist:2784383
Created May 24, 2012 21:35
UAA BVT Results (default test account)
vcap@ubuntu:~/cloudfoundry/vcap-tests$ export | grep BVT
vcap@ubuntu:~/cloudfoundry/vcap-tests$
vcap@ubuntu:~/cloudfoundry/vcap-tests$ bundle exec cucumber --backtrace features/uaa.feature:14
/home/vcap/cloudfoundry/vcap-tests/features/support/env.rb:28: warning: already initialized constant TEST_AUTOMATION_USER_ID
(snip)
/home/vcap/cloudfoundry/vcap-tests/features/support/env.rb:66: warning: already initialized constant MEMCACHED_APP
Feature: UAA Service
As a deployer of Cloud Foundry
I want to be sure that the UAA Service is available
@schinen
schinen / 0_reuse_code.js
Created May 14, 2016 11:07
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console