Skip to content

Commit

Permalink
Add CI for PCI_DOE
Browse files Browse the repository at this point in the history
Signed-off-by: Wenxing Hou <wenxing.hou@intel.com>
  • Loading branch information
Wenxing-hou authored and jyao1 committed Jan 29, 2024
1 parent 901aa5a commit 25a446f
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/build_CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,13 @@ jobs:
./../../build/bin/spdm_responder_emu &
sleep 5s
./spdm_requester_emu >requester.log
- name: Emu_PCIDOE_Test
run: |
cd build/bin
./spdm_responder_emu --trans PCI_DOE &
sleep 5s
./spdm_requester_emu --trans PCI_DOE
sleep 10s
gcc_openssl_build:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -152,6 +159,13 @@ jobs:
./../../build/bin/spdm_responder_emu &
sleep 5s
./spdm_requester_emu >requester.log
- name: Emu_PCIDOE_Test
run: |
cd build/bin
./spdm_responder_emu --trans PCI_DOE &
sleep 5s
./spdm_requester_emu --trans PCI_DOE
sleep 10s
VS2019_mbedtls_build:
Expand Down Expand Up @@ -187,6 +201,13 @@ jobs:
./spdm_responder_emu &
sleep 5s
./spdm_device_validator_sample
- name: Emu_PCIDOE_Test
run: |
cd build/bin
./spdm_responder_emu --trans PCI_DOE &
sleep 5s
./spdm_requester_emu --trans PCI_DOE
sleep 10s
VS2019_openssl_build:
runs-on: windows-latest
Expand Down Expand Up @@ -222,3 +243,10 @@ jobs:
./spdm_responder_emu &
sleep 5s
./spdm_device_validator_sample
- name: Emu_PCIDOE_Test
run: |
cd build/bin
./spdm_responder_emu --trans PCI_DOE &
sleep 5s
./spdm_requester_emu --trans PCI_DOE
sleep 10s

0 comments on commit 25a446f

Please sign in to comment.