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

remove cni_compatible from cert tests #2006

Merged
merged 1 commit into from
Apr 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion embedded_files/points.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
pass: 100
- name: cni_compatible
emoji: "🔓🔑"
tags: [compatibility, dynamic, workload, cert, normal]
tags: [compatibility, dynamic, workload]
# - name: cni_spec
# tags: compatibility, dynamic
#- name: api_snoop_alpha
Expand Down
2 changes: 1 addition & 1 deletion src/tasks/cert/cert_compatibility.cr
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require "totem"
require "../utils/utils.cr"

desc "The CNF test suite checks to see if CNFs support horizontal scaling (across multiple machines) and vertical scaling (between sizes of machines) by using the native K8s kubectl"
task "cert_compatibility", ["cert_compatibility_title", "helm_chart_valid", "helm_chart_published", "helm_deploy", "cni_compatible", "increase_decrease_capacity", "rollback"] do |_, args|
task "cert_compatibility", ["cert_compatibility_title", "helm_chart_valid", "helm_chart_published", "helm_deploy", "increase_decrease_capacity", "rollback"] do |_, args|
# task "cert_compatibility", ["cert_compatibility_title", "helm_chart_valid", "helm_chart_published", "helm_deploy", "cni_compatible", "increase_decrease_capacity", "rollback"] do |_, args|
# stdout_score("compatibility", "Compatibility, Installability, and Upgradeability")
stdout_score(["compatibility", "cert"], "Compatibility, Installability, and Upgradeability")
Expand Down
Loading