mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-25 23:11:57 +00:00
Revert "gha: k8s: dragonball: Skip k8s-number-cpus"
This reverts commit a79505b667
.
Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
parent
828a721838
commit
38f0aaa516
@ -9,8 +9,6 @@ load "${BATS_TEST_DIRNAME}/../../common.bash"
|
|||||||
load "${BATS_TEST_DIRNAME}/tests_common.sh"
|
load "${BATS_TEST_DIRNAME}/tests_common.sh"
|
||||||
|
|
||||||
setup() {
|
setup() {
|
||||||
[ "${KATA_HYPERVISOR}" == "dragonball" ] && skip "Test is currently failing, aee: https://github.com/kata-containers/kata-containers/issues/7270"
|
|
||||||
|
|
||||||
pod_name="cpu-test"
|
pod_name="cpu-test"
|
||||||
container_name="c1"
|
container_name="c1"
|
||||||
get_pod_config_dir
|
get_pod_config_dir
|
||||||
@ -18,8 +16,6 @@ setup() {
|
|||||||
|
|
||||||
# Skip on aarch64 due to missing cpu hotplug related functionality.
|
# Skip on aarch64 due to missing cpu hotplug related functionality.
|
||||||
@test "Check number of cpus" {
|
@test "Check number of cpus" {
|
||||||
[ "${KATA_HYPERVISOR}" == "dragonball" ] && skip "Test is currently failing, see: https://github.com/kata-containers/kata-containers/issues/7270"
|
|
||||||
|
|
||||||
# Create pod
|
# Create pod
|
||||||
kubectl create -f "${pod_config_dir}/pod-number-cpu.yaml"
|
kubectl create -f "${pod_config_dir}/pod-number-cpu.yaml"
|
||||||
|
|
||||||
@ -44,8 +40,6 @@ setup() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
teardown() {
|
teardown() {
|
||||||
[ "${KATA_HYPERVISOR}" == "dragonball" ] && skip "Test is currently failing, see: https://github.com/kata-containers/kata-containers/issues/7270"
|
|
||||||
|
|
||||||
# Debugging information
|
# Debugging information
|
||||||
kubectl describe "pod/$pod_name"
|
kubectl describe "pod/$pod_name"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user