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

add HTML report to Makefile and funtional only test #9220

Merged
merged 5 commits into from
Sep 11, 2020

Conversation

medyagh
Copy link
Member

@medyagh medyagh commented Sep 10, 2020

After this PR

  • All the Makefile integration tests will output their test logs to ./out/testout_COMMITSHA.txt
  • There is new make target called "integration-functional-only" that only runs functional tests
  • make html_report will convert the last test logs in ./out/testout_COMMITSHA.txt to HTML in ./out/testout_COMMITSHA.html on MacOs it will use open command to also automatically open the report in browser.

make html_report


github.com/kubernetes/minikube/  -details "3e5d0abba"
{
    "NumberOfTests": 1,
    "NumberOfFail": 0,
    "NumberOfPass": 1,
    "NumberOfSkip": 0,
    "FailedTests": null,
    "PassedTests": [
        "TestFunctional/serial/StartWithProxy"
    ],
    "GopoghVersion": "v0.1.21",
    "GopoghBuild": "a81078f701f45acf523f7e1162606405e1767e99",
    "Detail": {
        "Name": "makefile_functional",
        "Details": "3e5d0abba",
        "PR": "",
        "RepoName": "github.com/kubernetes/minikube/"
    }
}
-------------------------- Open HTML Report in Browser: ---------------------------
open /Users/medya/workspace/minikube/out/testout_3e5d0abba.html
-----------------------------------------------------------------------------------
open /Users/medya/workspace/minikube/out/testout_3e5d0abba.html || true

closes #9212

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Sep 10, 2020
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: medyagh

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Sep 10, 2020
@medyagh medyagh merged commit 0318b5b into kubernetes:master Sep 11, 2020
@medyagh medyagh deleted the makefile_functional branch March 2, 2021 21:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add make targets with gopogh
3 participants