Advertisement
Guest User

Untitled

a guest
Apr 25th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.03 KB | None | 0 0
  1. FAILURE after 0.239s: test/cmd/basicresources.sh:308: executing 'oc run --image=openshift/hello-openshift test' expecting success: the command returned the wrong error code
  2. There was no output from the command.
  3. Standard error from the command:
  4. error: unrecognized object type: *v1.ReplicationController
  5. [ERROR] PID 15984: hack/lib/cmd.sh:241: `return "${return_code}"` exited with status 1.
  6.  
  7. FAILURE after 0.204s: test/cmd/deployments.sh:48: executing 'oc env -f test/integration/testdata/test-deployment-config.yaml TEST=VERSION -o yaml' expecting success and text 'v1': the command returned the wrong error code; the output content test failed
  8. There was no output from the command.
  9. Standard error from the command:
  10. error: deploymentconfigs/test-deployment-config is not a pod or does not have a pod template
  11. [ERROR] PID 17546: hack/lib/cmd.sh:241: `return "${return_code}"` exited with status 1.
  12.  
  13.  
  14. FAILURE after 0.251s: test/cmd/convert.sh:25: executing 'oc convert -f test/testdata/convert/job-v1.yaml --output-version=batch/v2alpha1 | grep 'apiVersion: batch/v2alpha1'' expecting success: the command returned the wrong error code
  15. There was no output from the command.
  16. Standard error from the command:
  17. running in local mode...
  18.  
  19. FAILURE after 0.253s: test/cmd/policy.sh:107: executing 'oc policy scc-subject-review -f ${OS_ROOT}/test/testdata/job.yaml -o=jsonpath={.status.AllowedBy.name}' expecting success and text 'anyuid': the output content test failed
  20. There was no output from the command.
  21. There was no error output from the command.
  22. [ERROR] PID 5386: hack/lib/cmd.sh:241: `return "${return_code}"` exited with status 1.
  23.  
  24. FAILURE after 0.286s: test/cmd/printer.sh:22: executing 'oc new-app node -o yaml | oc set env -f - MYVAR=value -o wide' expecting success and text 'node': the output content test failed
  25. Standard output from the command:
  26. NAME KIND
  27.  
  28. There was no error output from the command.
  29. [ERROR] PID 15955: hack/lib/cmd.sh:241: `return "${return_code}"` exited with status 1.
  30.  
  31. FAILURE after 0.204s: test/cmd/authentication.sh:79: executing 'oc policy can-i create pods --token='accessxxxxxtokensuffixtoensurethatthenameislongenough' -n 'cmd-authentication'' expecting success and text 'no': the output content test failed
  32. Standard output from the command:
  33. yes
  34.  
  35. There was no error output from the command.
  36. [ERROR] PID 13719: hack/lib/cmd.sh:241: `return "${return_code}"` exited with status 1.
  37.  
  38. FAILURE after 12.866s: test/cmd/migrate.sh:25: executing 'oadm migrate storage --loglevel=2 --confirm' expecting success and text 'unchanged:': the command returned the wrong error code
  39. Standard output from the command:
  40.  
  41.  
  42. FAILURE after 0.257s: test/cmd/run.sh:7: executing 'oc run newdcforimage --image=validimagevalue' expecting success and text 'deploymentconfig "newdcforimage" created': the command returned the wrong error code; the output content test failed
  43. There was no output from the command.
  44. Standard error from the command:
  45. error: unrecognized object type: *v1.ReplicationController
  46. [ERROR] PID 22857: hack/lib/cmd.sh:241: `return "${return_code}"` exited with status 1.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement