File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ jobs:
23
23
24
24
- name : Initialize and update submodules
25
25
run : git submodule update --init --recursive
26
-
26
+
27
27
- name : Checkout sources - TDVF
28
28
run : |
29
29
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
31
31
32
32
- name : Build vTPM td
33
33
run : |
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ mkdir vtpm-td
52
52
mkdir vtpm-tdvf
53
53
54
54
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
56
56
57
57
export CC=clang
58
58
export AR=llvm-ar
Original file line number Diff line number Diff line change @@ -260,6 +260,8 @@ def test_config_A_quote_verification():
260
260
LOG .debug (copy_ca_to_host_cmd )
261
261
os .system (copy_ca_to_host_cmd )
262
262
263
+ time .sleep (5 )
264
+
263
265
LOG .debug ("Export quote form CA\n " )
264
266
cert = OpenSSL .crypto .load_certificate (OpenSSL .crypto .FILETYPE_PEM , open (ca_host_path ).read ())
265
267
@@ -839,6 +841,8 @@ def test_config_B_no_sb_quote_verification():
839
841
LOG .debug (copy_ca_to_host_cmd )
840
842
os .system (copy_ca_to_host_cmd )
841
843
844
+ time .sleep (5 )
845
+
842
846
LOG .debug ("Export quote form CA\n " )
843
847
cert = OpenSSL .crypto .load_certificate (OpenSSL .crypto .FILETYPE_PEM , open (ca_host_path ).read ())
844
848
@@ -1371,6 +1375,8 @@ def test_config_B_sb_quote_verification():
1371
1375
LOG .debug (copy_ca_to_host_cmd )
1372
1376
os .system (copy_ca_to_host_cmd )
1373
1377
1378
+ time .sleep (5 )
1379
+
1374
1380
LOG .debug ("Export quote form CA\n " )
1375
1381
cert = OpenSSL .crypto .load_certificate (OpenSSL .crypto .FILETYPE_PEM , open (ca_host_path ).read ())
1376
1382
You can’t perform that action at this time.
0 commit comments