mirror of
https://gitee.com/openharmony/developtools_profiler
synced 2024-11-27 09:01:33 +00:00
fix test files
Signed-off-by: zyxzyx <zhangyixin19@huawei.com>
This commit is contained in:
parent
b4ffb8f17f
commit
f50348a937
@ -191,8 +191,8 @@
|
||||
</target>
|
||||
<target name="gpudataplugin_ut">
|
||||
<preparer>
|
||||
<option name="push" value="plugins/gpu_plugin/test/resources/gpustat1 -> /data/local/tmp/" src="res"/>
|
||||
<option name="push" value="plugins/gpu_plugin/test/resources/gpustat2 -> /data/local/tmp/" src="res"/>
|
||||
<option name="push" value="plugins/gpu_plugin/test/utresources/info/1/gpustat1.txt -> /data/local/tmp/" src="res"/>
|
||||
<option name="push" value="plugins/gpu_plugin/test/utresources/info/2/gpustat2.txt -> /data/local/tmp/" src="res"/>
|
||||
</preparer>
|
||||
</target>
|
||||
</configuration>
|
||||
|
@ -122,7 +122,7 @@ HWTEST_F(GpuDataPluginTest, TestPath, TestSize.Level1)
|
||||
g_path = GetFullPath(DEFAULT_TEST_PATH);
|
||||
g_testPath = g_path;
|
||||
EXPECT_NE("", g_path);
|
||||
g_path += "/gpustat1";
|
||||
g_path += "gpustat1.txt";
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user