From 42bd2a069a4b90f3ef130c3f8c740ef9819680eb Mon Sep 17 00:00:00 2001 From: Jay Faulkner Date: Wed, 28 Aug 2024 08:49:21 -0700 Subject: [PATCH] Use the correct command to fetch ovs state Typo fix: s/osv/ovs/ in the command name. Change-Id: I5c42accf5e020ad3ecf652bcabdb8b8521f95907 --- playbooks/ci-workarounds/get_extra_logging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/ci-workarounds/get_extra_logging.yaml b/playbooks/ci-workarounds/get_extra_logging.yaml index cfd83759ad..7e7334a097 100644 --- a/playbooks/ci-workarounds/get_extra_logging.yaml +++ b/playbooks/ci-workarounds/get_extra_logging.yaml @@ -26,5 +26,5 @@ ignore_errors: True become: yes - name: Get OVS - shell: "osv-vsctl show > {{ zuul_output_dir }}/logs/post-job-network-ovs.txt" + shell: "ovs-vsctl show > {{ zuul_output_dir }}/logs/post-job-network-ovs.txt" ignore_errors: True