Skip to content

Instantly share code, notes, and snippets.

@stevekuznetsov
Created October 2, 2015 19:27
Show Gist options
  • Save stevekuznetsov/8cdb57e0c4c78c2b5dbf to your computer and use it in GitHub Desktop.
Save stevekuznetsov/8cdb57e0c4c78c2b5dbf to your computer and use it in GitHub Desktop.
hack/test-cmd.sh output
$ hack/test-cmd.sh
openshift: openshift v1.0.6-318-gf934c42-dirty kubernetes v1.1.0-alpha.1-653-g86b4e77
[INFO] Create certificates for the OpenShift server to /tmp/openshift-cmd/PnHp/openshift.local.config/master
Generated new key pair as /tmp/openshift-cmd/PnHp/openshift.local.config/master/serviceaccounts.public.key and /tmp/openshift-cmd/PnHp/openshift.local.config/master/serviceaccounts.private.key
Generating node credentials ...
Created node config for 127.0.0.1 in /tmp/openshift-cmd/PnHp/openshift.local.config/node-127.0.0.1
Wrote master config to: /tmp/openshift-cmd/PnHp/openshift.local.config/master/master-config.yaml
Generating node credentials ...
Created node config for 127.0.0.1 in /tmp/openshift-cmd/PnHp/openshift.local.config/node-127.0.0.1
Running tests...
ok validate
ok apiserver
ok atomic
ok login
ok whoami
ok config
Flag shorthand -t has been deprecated, please use --template instead
ok edit
ok export
ok basicresources
ok images
ok secrets
ok help
ok templates
ok policy
ok deployments
ok builds
ok admin
ok volumes
ok newapp
ok metrics
Complete
hack/test-cmd.sh took 333 seconds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment