Skip to content

Commit

Permalink
Merge branch 'Azure:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
mmiele authored Sep 17, 2022
2 parents 32332b5 + d003f4e commit 9700152
Show file tree
Hide file tree
Showing 18 changed files with 189 additions and 108 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/dash-bmv2-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ jobs:
name: Build and Test DASH Pipeline
runs-on: ubuntu-20.04
env:
docker_fg_flags: -u root --privileged
docker_bg_flags: -d -u root --privileged
docker_fg_flags: --privileged
docker_fg_root_flags: --privileged -u root
docker_bg_flags: -d --privileged
defaults:
run:
working-directory: ./dash-pipeline
Expand Down Expand Up @@ -76,9 +77,9 @@ jobs:
- name: Run saithrift server
run: DOCKER_FLAGS=$docker_bg_flags make run-saithrift-server
- name: Run PTF Tests
run: DOCKER_FLAGS=$docker_fg_flags make run-saithrift-ptftests
run: DOCKER_FLAGS=$docker_fg_root_flags make run-saithrift-ptftests
- name: Deploy ixia-c Traffic Generator
run: DOCKER_FLAGS=$docker_fg_flags make deploy-ixiac
- name: Run Pytests
run: DOCKER_FLAGS=$docker_fg_flags make run-saithrift-pytests
run: DOCKER_FLAGS=$docker_fg_root_flags make run-saithrift-pytests

12 changes: 12 additions & 0 deletions .wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,14 @@ Accton
ACK
Ack
ack
acl
ACL
ACLs
ACR
adaptor
adaptors
ADDR
addr
agnostically
amd
apache
Expand Down Expand Up @@ -40,8 +43,10 @@ backend
balancer
Balancer
balancers
bg
BGP
bgp
bidir
bm
BMV
bmv
Expand Down Expand Up @@ -328,6 +333,7 @@ Novus
NPUS
NSG
NSGs
num
NumberOfFlowResimulated
NVA
NVidia
Expand Down Expand Up @@ -383,6 +389,7 @@ Prem
preprocessor
preprogrammed
prereq
Pritsak
PrivateAddress
programmability
protobuf
Expand All @@ -398,6 +405,7 @@ PyTest
pytests
Pyunit
qcow
qos
QoS
Radv
rdpty
Expand Down Expand Up @@ -561,6 +569,8 @@ upstreaming
vcpus
veth
VFP
vip
VIP
virsh
virt
virtio
Expand Down Expand Up @@ -594,6 +604,8 @@ VPorts
VTEP
VTEPs
VXLAN
VxLAN
VxLan
vxlan
warmboots
wflow
Expand Down
Loading

0 comments on commit 9700152

Please sign in to comment.