Skip to content

Commit fe2f493

Browse files
author
Michael Germano
authored
Add openvswitch modprobe (magma#2211)
Signed-off-by: mgermano <[email protected]>
1 parent 6c0e054 commit fe2f493

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -823,6 +823,9 @@ jobs:
823823
images: 'goradius'
824824
tag: <<parameters.tag>>
825825
registry: $DOCKER_MAGMA_REGISTRY
826+
- run:
827+
name: Load openvswitch kernel module for xwf integ test
828+
command: sudo modprobe openvswitch
826829
- run:
827830
name: Build xwfm-integ-tests
828831
command: |

0 commit comments

Comments
 (0)