Skip to content

Commit 133813f

Browse files
liuw1jyao1
authored andcommitted
Change edk2-stagging repo to tag 2024-tdvf-ww01.4
Signed-off-by: Wei Liu <[email protected]>
1 parent df0f64a commit 133813f

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.github/workflows/integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323

2424
- name: Initialize and update submodules
2525
run: git submodule update --init --recursive
26-
26+
2727
- name: Checkout sources - TDVF
2828
run: |
2929
rm -rf ../vtpm-tdvf
30-
git clone --recursive --single-branch -b TDVF https://github.com/tianocore/edk2-staging ../vtpm-tdvf
30+
git clone --recursive --single-branch -b 2024-tdvf-ww01.4 https://github.com/tianocore/edk2-staging ../vtpm-tdvf
3131
3232
- name: Build vTPM td
3333
run: |

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ mkdir vtpm-td
5252
mkdir vtpm-tdvf
5353
5454
git clone --recursive https://github.com/intel/vtpm-td.git vtpm-td
55-
git clone --recursive --single-branch -b TDVF https://github.com/tianocore/edk2-staging vtpm-tdvf
55+
git clone --recursive --single-branch -b 2024-tdvf-ww01.4 https://github.com/tianocore/edk2-staging vtpm-tdvf
5656
5757
export CC=clang
5858
export AR=llvm-ar

sh_script/integration_test.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,8 @@ def test_config_A_quote_verification():
260260
LOG.debug(copy_ca_to_host_cmd)
261261
os.system(copy_ca_to_host_cmd)
262262

263+
time.sleep(5)
264+
263265
LOG.debug("Export quote form CA\n")
264266
cert = OpenSSL.crypto.load_certificate(OpenSSL.crypto.FILETYPE_PEM, open(ca_host_path).read())
265267

@@ -839,6 +841,8 @@ def test_config_B_no_sb_quote_verification():
839841
LOG.debug(copy_ca_to_host_cmd)
840842
os.system(copy_ca_to_host_cmd)
841843

844+
time.sleep(5)
845+
842846
LOG.debug("Export quote form CA\n")
843847
cert = OpenSSL.crypto.load_certificate(OpenSSL.crypto.FILETYPE_PEM, open(ca_host_path).read())
844848

@@ -1371,6 +1375,8 @@ def test_config_B_sb_quote_verification():
13711375
LOG.debug(copy_ca_to_host_cmd)
13721376
os.system(copy_ca_to_host_cmd)
13731377

1378+
time.sleep(5)
1379+
13741380
LOG.debug("Export quote form CA\n")
13751381
cert = OpenSSL.crypto.load_certificate(OpenSSL.crypto.FILETYPE_PEM, open(ca_host_path).read())
13761382

0 commit comments

Comments
 (0)