[ovs-dev] [PATCH ovn] github: Install scapy to enable CoPP tests.

Dumitru Ceara dceara at redhat.com
Fri Oct 8 12:56:17 UTC 2021


Signed-off-by: Dumitru Ceara <dceara at redhat.com>
---
 .github/workflows/test.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 071e54fa0..e81293338 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -13,7 +13,7 @@ jobs:
       dependencies: |
         automake libtool gcc bc libjemalloc2 libjemalloc-dev    \
         libssl-dev llvm-dev libelf-dev libnuma-dev libpcap-dev  \
-        selinux-policy-dev ncat
+        selinux-policy-dev ncat python3-scapy
       m32_dependecies: gcc-multilib
       CC:          ${{ matrix.compiler }}
       LIBS:        ${{ matrix.libs }}
-- 
2.27.0



More information about the dev mailing list