Skip to content

Commit 6989542

Browse files
authored
Add OS Secure Boot Enforcement Test Case (#601)
Add tests for secure variables.
1 parent 6fc2ec0 commit 6989542

File tree

5 files changed

+403
-0
lines changed

5 files changed

+403
-0
lines changed

OpTestConfiguration.py

+3
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@
9898
'host_user': 'root',
9999
'host_password': 'abc123',
100100
'host_ip': None,
101+
'secvar_payload_url': 'https://github.com/erichte-ibm/op-test/raw/erichte-ibm/os-secure-boot-squashed/test_binaries',
101102
}
102103

103104
default_val_fsp = {
@@ -423,6 +424,8 @@ def get_parser():
423424
help="Specify a custom known_hosts file")
424425
misc_group.add_argument("--accept-unknown-args", default=False, action='store_true',
425426
help="Don't exit if we find unknown command line arguments")
427+
misc_group.add_argument("--secvar-payload-url",
428+
help="Specify a URL for the secvar test data payload")
426429

427430
return parser
428431

test_binaries/oskernels.tar

48.6 MB
Binary file not shown.

test_binaries/oskeys.tar

20 KB
Binary file not shown.

test_binaries/physicalPresence.bin

4 KB
Binary file not shown.

0 commit comments

Comments
 (0)