lisa.analysis.frequency: 'Time' as an index name for df_cpus_frequency
Created by: vdonnefort
When no cpu_frequency event has been found, df_cpus_frequency will try to get the devlib ones. In that case, the returned DataFrame won't use 'Time' as an index. Some tests are relying on this name, so let's harmonize it.