mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
tests: reduce length of nodeinfodata test names
Commitddd6bef4switched to the ustar format to fix an issue where 'make dist' fails to create a tarball because we have files with relative names longer than 100 bytes by the time you include a 'libvirt-0.9.13' prefix. Unfortunately, even with ustar format, the use of 'tar -ch' tries to convert symlinks to hard links, also with a name too long (omitting the -h works, but automake automatically passes -h); such symlinks were added in commit6dcf98c, which resulted in 'make dist' breaking again. The solution is to rename the offending symlinks to something shorter, by shortening the entire nodeinfodata naming scheme. * tests/nodeinfotest.c (mymain): Shorten test names. (linuxTestNodeInfo): Accommodate new names. * tests/nodeinfodata/*: Rename files accordingly.
This commit is contained in:
1
tests/nodeinfodata/linux-test3/node/node4/cpu10
Symbolic link
1
tests/nodeinfodata/linux-test3/node/node4/cpu10
Symbolic link
@@ -0,0 +1 @@
|
||||
../../cpu/cpu10
|
||||
1
tests/nodeinfodata/linux-test3/node/node4/cpu14
Symbolic link
1
tests/nodeinfodata/linux-test3/node/node4/cpu14
Symbolic link
@@ -0,0 +1 @@
|
||||
../../cpu/cpu14
|
||||
1
tests/nodeinfodata/linux-test3/node/node4/cpu18
Symbolic link
1
tests/nodeinfodata/linux-test3/node/node4/cpu18
Symbolic link
@@ -0,0 +1 @@
|
||||
../../cpu/cpu18
|
||||
1
tests/nodeinfodata/linux-test3/node/node4/cpu2
Symbolic link
1
tests/nodeinfodata/linux-test3/node/node4/cpu2
Symbolic link
@@ -0,0 +1 @@
|
||||
../../cpu/cpu2
|
||||
1
tests/nodeinfodata/linux-test3/node/node4/cpu22
Symbolic link
1
tests/nodeinfodata/linux-test3/node/node4/cpu22
Symbolic link
@@ -0,0 +1 @@
|
||||
../../cpu/cpu22
|
||||
1
tests/nodeinfodata/linux-test3/node/node4/cpu6
Symbolic link
1
tests/nodeinfodata/linux-test3/node/node4/cpu6
Symbolic link
@@ -0,0 +1 @@
|
||||
../../cpu/cpu6
|
||||
29
tests/nodeinfodata/linux-test3/node/node4/meminfo
Normal file
29
tests/nodeinfodata/linux-test3/node/node4/meminfo
Normal file
@@ -0,0 +1,29 @@
|
||||
|
||||
Node 4 MemTotal: 67108864 kB
|
||||
Node 4 MemFree: 64730416 kB
|
||||
Node 4 MemUsed: 2378448 kB
|
||||
Node 4 Active: 522732 kB
|
||||
Node 4 Inactive: 205384 kB
|
||||
Node 4 Active(anon): 411816 kB
|
||||
Node 4 Inactive(anon): 384 kB
|
||||
Node 4 Active(file): 110916 kB
|
||||
Node 4 Inactive(file): 205000 kB
|
||||
Node 4 Unevictable: 0 kB
|
||||
Node 4 Mlocked: 0 kB
|
||||
Node 4 Dirty: 0 kB
|
||||
Node 4 Writeback: 0 kB
|
||||
Node 4 FilePages: 316320 kB
|
||||
Node 4 Mapped: 10220 kB
|
||||
Node 4 AnonPages: 129184 kB
|
||||
Node 4 Shmem: 408 kB
|
||||
Node 4 KernelStack: 336 kB
|
||||
Node 4 PageTables: 2732 kB
|
||||
Node 4 NFS_Unstable: 0 kB
|
||||
Node 4 Bounce: 0 kB
|
||||
Node 4 WritebackTmp: 0 kB
|
||||
Node 4 Slab: 54172 kB
|
||||
Node 4 SReclaimable: 41160 kB
|
||||
Node 4 SUnreclaim: 13012 kB
|
||||
Node 4 HugePages_Total: 0
|
||||
Node 4 HugePages_Free: 0
|
||||
Node 4 HugePages_Surp: 0
|
||||
Reference in New Issue
Block a user