提交 572ab8c5 编写于 作者: O openeuler-ci-bot 提交者: Gitee

!2 strace: openEuler strace event change to openat

Merge pull request !2 from wangshengfang/strace_fix
...@@ -16,6 +16,8 @@ ...@@ -16,6 +16,8 @@
trace_events = open trace_events = open
Host_RHEL.m8: Host_RHEL.m8:
trace_events = openat trace_events = openat
Host_openEuler:
trace_events = openat
Windows: Windows:
guest_tmp_filename = "C:\\sn1" guest_tmp_filename = "C:\\sn1"
x86_64: x86_64:
......
...@@ -11,3 +11,5 @@ ...@@ -11,3 +11,5 @@
strace_event = open strace_event = open
Host_RHEL.m8: Host_RHEL.m8:
strace_event = openat strace_event = openat
Host_openEuler:
strace_event = openat
...@@ -13,6 +13,8 @@ ...@@ -13,6 +13,8 @@
strace_event = open strace_event = open
Host_RHEL.m8: Host_RHEL.m8:
strace_event = openat strace_event = openat
Host_openEuler:
strace_event = openat
variants: variants:
- luks_to_luks: - luks_to_luks:
image_format = luks image_format = luks
...@@ -20,6 +20,8 @@ ...@@ -20,6 +20,8 @@
restore_image_after_testing_image1 = yes restore_image_after_testing_image1 = yes
Host_RHEL.m8: Host_RHEL.m8:
trace_event = openat trace_event = openat
Host_openEuler:
trace_event = openat
Windows: Windows:
guest_tmp_filename = "C:\\%s" guest_tmp_filename = "C:\\%s"
x86_64: x86_64:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册