Skip to content

Commit

Permalink
Added a temporary test will remove later
Browse files Browse the repository at this point in the history
Signed-off-by: Amrita Mahapatra <[email protected]>
  • Loading branch information
amr1ta committed Dec 12, 2024
1 parent 01face2 commit d372a22
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/functional/test_temp.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
from ocs_ci.deployment.baremetal import clean_disk
from ocs_ci.ocs.node import get_nodes
from ocs_ci.ocs import constants


def test_fun():
worker_node_objs = get_nodes(node_type=constants.WORKER_MACHINE)
print(f"worker nodes: {worker_node_objs}")
for worker in worker_node_objs:
clean_disk(worker)

0 comments on commit d372a22

Please sign in to comment.