Skip to content
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
20 changes: 20 additions & 0 deletions test/scenarios-bootc/c2cc/el102-src@c2cc.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
#!/bin/bash

# Sourced from scenario.sh and uses functions defined there.

# shellcheck source=test/bin/c2cc_common.sh
source "${SCRIPTDIR}/c2cc_common.sh"

scenario_create_vms() {
c2cc_create_vms rhel102-bootc-source rhel102-bootc
}

scenario_remove_vms() {
c2cc_remove_vms
}

scenario_run_tests() {
# shellcheck disable=SC2119
configure_c2cc_hosts
c2cc_run_tests "suites/c2cc/" "192.0.2.0/24"
}
20 changes: 20 additions & 0 deletions test/scenarios-bootc/c2cc/el98-src@c2cc.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
#!/bin/bash

# Sourced from scenario.sh and uses functions defined there.

# shellcheck source=test/bin/c2cc_common.sh
source "${SCRIPTDIR}/c2cc_common.sh"

scenario_create_vms() {
c2cc_create_vms rhel98-bootc-source rhel98-bootc
}

scenario_remove_vms() {
c2cc_remove_vms
}

scenario_run_tests() {
# shellcheck disable=SC2119
configure_c2cc_hosts
c2cc_run_tests "suites/c2cc/" "192.0.2.0/24"
}
20 changes: 0 additions & 20 deletions test/scenarios-bootc/el10/presubmits/el102-src@c2cc.sh

This file was deleted.

1 change: 1 addition & 0 deletions test/scenarios-bootc/el10/presubmits/el102-src@c2cc.sh
20 changes: 0 additions & 20 deletions test/scenarios-bootc/el9/presubmits/el98-src@c2cc.sh

This file was deleted.

1 change: 1 addition & 0 deletions test/scenarios-bootc/el9/presubmits/el98-src@c2cc.sh