GithubHelp home page GithubHelp logo

Comments (5)

vrbagalkote avatar vrbagalkote commented on September 16, 2024

I just had a glance over the script and I guess the problem could be on which distro you are running this script. As, I see in SLES there is no file "scaling_available_governors" in the location /sys/devices/system/cpu/cpu%s/cpufreq/scaling_available_governors, as this is the location from where script is getting the value to be set, and where as in Red-Hat we have this file. As shown below.

SuSE O/P:

uname -a

Linux linux-g616 4.4.67-1.gfa092cc-default #1 SMP Tue May 9 18:28:16 UTC 2017 (fa092cc) ppc64le ppc64le ppc64le GNU/Linux

cat /etc/issue

Welcome to SUSE Linux Enterprise Server 12 SP3 Beta1 (ppc64le) - Kernel \r (\l).

cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors

cat: /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors: No such file or directory

Red-Hat O/P:

cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors

conservative userspace powersave ondemand performance

cat /etc/redhat-release

Red Hat Enterprise Linux Server release 7.3 (Maipo)

from avocado-misc-tests.

vrbagalkote avatar vrbagalkote commented on September 16, 2024

Ohh, I am wrong, if that location is not present, test will skip anyway, I missed the first line of the script:)

from avocado-misc-tests.

narasimhan-v avatar narasimhan-v commented on September 16, 2024

@abdhaleegit Hope #499 fixes the issue. Please verify

from avocado-misc-tests.

abdhaleegit avatar abdhaleegit commented on September 16, 2024

ran the test for 100 iterartion.. I did not see the issue.. thanks for the fix

from avocado-misc-tests.

PraveenPenguin avatar PraveenPenguin commented on September 16, 2024

@vrbagalkote @narasimhan-v thanks , closing this issue as fix was in

from avocado-misc-tests.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.