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

update mapping for network component #166

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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
1,048 changes: 524 additions & 524 deletions data/openshift-gce-devel/ci_analysis_us/component_mapping.json

Large diffs are not rendered by default.

15 changes: 3 additions & 12 deletions pkg/components/networking/clusternetworkoperator/component.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,10 @@ var ClusterNetworkOperatorComponent = Component{
{
IncludeAll: []string{"cluster-network-operator"},
},
{Suite: "IPsec upgrade scenarios"},
{Suite: "Network policy plugin scenarios"},
{Suite: "Operator related networking scenarios"},
{Suite: "Pod related networking scenarios"},
{Suite: "SCTP related scenarios"},
{Suite: "Service related networking scenarios"},
{Suite: "Service_Development_A"},
{Suite: "networking isolation related scenarios"},
{Suite: "service upgrade scenarios"},
{Suite: "service related scenarios"},
{Suite: "Egress IP related features"},
{
IncludeAll: []string{"CNO"},
},
{Suite: "Operator related networking scenarios"},
{Suite: "SDN CNO"},
},
TestRenames: map[string]string{
"[Networking][invariant] alert/KubePodNotReady should not be at or above info in ns/openshift-host-network": "[bz-Networking][invariant] alert/KubePodNotReady should not be at or above info in ns/openshift-host-network",
Expand Down
6 changes: 4 additions & 2 deletions pkg/components/networking/ingressnodefirewall/component.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ type Component struct {
var IngressNodeFirewallComponent = Component{
Component: &config.Component{
Name: "Networking / ingress-node-firewall",
Operators: []string{},
Operators: []string{"ingress-node-firewall"},
DefaultJiraComponent: "Networking / ingress-node-firewall",
Matchers: []config.ComponentMatcher{
{Suite: "SDN infw"},
{
IncludeAll: []string{"infw"}, //// QE cases all have "infw" in junit xml
},
},
},
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,13 @@ type Component struct {
var KubernetesNmstateOperatorComponent = Component{
Component: &config.Component{
Name: "Networking / kubernetes-nmstate-operator",
Operators: []string{},
Operators: []string{"kubernetes-nmstate-operator"},
DefaultJiraComponent: "Networking / kubernetes-nmstate-operator",
Matchers: []config.ComponentMatcher{},
Matchers: []config.ComponentMatcher{
{
IncludeAll: []string{"nmstate-operator"}, //// QE cases all have "nmstate-operator" in junit xml
},
},
},
}

Expand Down
8 changes: 6 additions & 2 deletions pkg/components/networking/metallb/component.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,13 @@ type Component struct {
var MetalLBComponent = Component{
Component: &config.Component{
Name: "Networking / Metal LB",
Operators: []string{},
Operators: []string{"metallb-operator"},
DefaultJiraComponent: "Networking / Metal LB",
Matchers: []config.ComponentMatcher{},
Matchers: []config.ComponentMatcher{
{
IncludeAll: []string{"metallb"},
},
},
},
}

Expand Down
12 changes: 4 additions & 8 deletions pkg/components/networking/multus/component.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,13 @@ var MultusComponent = Component{
"openshift-multus",
},
Matchers: []config.ComponentMatcher{
{Suite: "CNI related features"},
{Suite: "Multus-CNI ipv6 related scenarios"},
{Suite: "Multus-CNI related scenarios"},
{Suite: "SDN multus compoment upgrade testing"},
{Suite: "CNI related features"},
{
IncludeAll: []string{"multihoming", "multinetworkpolicy", "multus"},
},

{Suite: "Multus-CNI ipv6 related scenarios"},
{Suite: "Multus-CNI related scenarios"},
{Suite: "SDN multus compoment upgrade testing"},
{Suite: "SDN multihoming"},
{Suite: "SDN multinetworkpolicy"},
{Suite: "SDN multus"},
},
TestRenames: map[string]string{
"[Networking][invariant] alert/KubePodNotReady should not be at or above info in ns/openshift-multus": "[bz-Networking][invariant] alert/KubePodNotReady should not be at or above info in ns/openshift-multus",
Expand Down
6 changes: 0 additions & 6 deletions pkg/components/networking/openshiftsdn/component.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,9 @@ var OpenshiftSdnComponent = Component{
IncludeAny: []string{
"Build image sdn",
"Bug 1812261: iptables is segfaulting",
":SDN ",
},
Priority: 1,
},
{Suite: "SDN"},
{Suite: "SDN compoment upgrade testing"},
{Suite: "SDN externalIP compoment upgrade testing"},
{Suite: "SDN multicast compoment upgrade testing"},
{Suite: "SSDN multus compoment upgrade testingDN"},
{Suite: "SDN related networking scenarios"},
},
},
Expand Down
5 changes: 2 additions & 3 deletions pkg/components/networking/ovnkubernetes/component.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,14 @@ var OvnKubernetesComponent = Component{
ExcludeAny: []string{"Skipped:Network/OVNKubernetes", "Skipped:Network/OVNKuberenetes"},
},
{
IncludeAll: []string{"ovn-kubernetes"},
IncludeAll: []string{"ovn-kubernetes", "IPSEC", "adminnetworkpolicy", "egressfirewall", "egressqos", "networkpolicy", "node-identity", "alerts", "sctp", "service", "EgressIP", "metrics", "misc", "udn"},
Priority: 1,
},
{Suite: "OVN related networking scenarios"},
{Suite: "OVNKubernetes IPsec related networking scenarios"},
{Suite: "OVNKubernetes Windows Container related networking scenarios"},
{Suite: "SDN/OVN metrics related networking scenarios"},
{Suite: "Network policy plugin scenarios"},
{Suite: "ipv6 dual stack cluster test scenarios"},
{Suite: "sdn2ovn migration testing"},
},
TestRenames: map[string]string{
"[Networking][invariant] alert/KubePodNotReady should not be at or above info in ns/openshift-ovn-kubernetes": "[bz-Networking][invariant] alert/KubePodNotReady should not be at or above info in ns/openshift-ovn-kubernetes",
Expand Down
8 changes: 6 additions & 2 deletions pkg/components/networking/sriov/component.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,13 @@ type Component struct {
var SRIOVComponent = Component{
Component: &config.Component{
Name: "Networking / SR-IOV",
Operators: []string{},
Operators: []string{"sriov-network-operator"},
DefaultJiraComponent: "Networking / SR-IOV",
Matchers: []config.ComponentMatcher{},
Matchers: []config.ComponentMatcher{
{
IncludeAll: []string{"sriov"},
},
},
},
}

Expand Down