Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding tests for kompose-specific labels and buildconfig dockerfile construct #588

Merged
merged 5 commits into from
Jun 8, 2017

Conversation

ashetty1
Copy link
Contributor

@ashetty1 ashetty1 commented May 5, 2017

  • Two new scripts testing kompose-specific labels have been added:
    script/test_in_openshift/tests/routes-service-expose-hostname.sh
    script/test_in_openshift/tests/routes-service-expose-true.sh

  • Ability to run individual scripts: Changes have been made to script/test_in_openshift/run.sh
    for running individual scripts:

    Eg. ./script/test_in_openshift/run.sh script/test_in_openshift/tests/routes-service-expose-true.sh

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label May 5, 2017
@ashetty1 ashetty1 changed the title Adding testa for kompose-specific labels Adding tests for kompose-specific labels May 5, 2017
@ashetty1 ashetty1 changed the title Adding tests for kompose-specific labels Adding tests for kompose-specific labels and buildconfig dockerfile construct May 12, 2017
@ashetty1
Copy link
Contributor Author

Cc: @surajssd

…onstruct

* Two new scripts testing kompose-specific labels have been added:
	script/test_in_openshift/tests/routes-service-expose-hostname.sh
	script/test_in_openshift/tests/routes-service-expose-true.sh

* Tests for buildconfig dockerfile construct has been added:
	script/test_in_openshift/tests/buildconfig_dockerfile.sh

* Tests for restart option:
	script/test_in_openshift/tests/restart-options.sh

* Ability to run individual scripts: Changes have been made to script/test_in_openshift/run.sh
  for running individual scripts:

	Eg. ./script/test_in_openshift/run.sh script/test_in_openshift/tests/routes-service-expose-true.sh
@cdrage
Copy link
Member

cdrage commented May 30, 2017

Two random files seem to have been added @ashetty1 ?

Files 0 and 1

@ashetty1
Copy link
Contributor Author

@cdrage deleted them. thanks.

@ashetty1
Copy link
Contributor Author

ashetty1 commented Jun 8, 2017

@cdrage @containscafeine @kadel @surajnarwade please to review :)

@kadel
Copy link
Member

kadel commented Jun 8, 2017

Build worked for me, but test for kompose.service.expose:True failed for me.
I got FAIL: Route *.xip.io has not been exposed

@kadel
Copy link
Member

kadel commented Jun 8, 2017

I've tested this on the latest origin (master) as of today, and its using nip.io instead of xip.io.

It got changed here:
openshift/origin@d7d3b7c

So I guess this is going to work for older oc versions.

@kadel kadel merged commit aa84680 into kubernetes:master Jun 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cncf-cla: yes Indicates the PR's author has signed the CNCF CLA.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants