public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] LTP-20100630:POWER_MANAGEMENT runpwtests.sh fails.
@ 2010-07-30  5:48 Gurudas Pai
  2010-08-02  6:17 ` Garrett Cooper
  0 siblings, 1 reply; 6+ messages in thread
From: Gurudas Pai @ 2010-07-30  5:48 UTC (permalink / raw)
  To: ltp-list

Hi There,

I am using LTP-20100630 , and while running POWER_MANAGEMENT test
I get following errors,

/opt/ltp/testcases/bin/runpwtests.sh: line 201: get_sched_values: 
command not found


Change log shows get_sched_values.c is removed.

92) Log Message:
1. Remove the .c files and all calls in runpwtests.sh because we can 
achieve the same thing through additional shell test logic.
2. Add the apicmds dependency.
Signed-off-by: Garrett Cooper <yanegomi@gmail.com>

Modified Files:
ltp/testcases/kernel/power_management/Makefile
ltp/testcases/kernel/power_management/runpwtests.sh
Removed Files:
ltp/testcases/kernel/power_management/check_kv_arch.c
ltp/testcases/kernel/power_management/get_sched_values.c


So how could I fix this issue.


Thanks,
-guru

------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [LTP] LTP-20100630:POWER_MANAGEMENT runpwtests.sh fails.
  2010-07-30  5:48 [LTP] LTP-20100630:POWER_MANAGEMENT runpwtests.sh fails Gurudas Pai
@ 2010-08-02  6:17 ` Garrett Cooper
  2010-08-02  6:20   ` Garrett Cooper
  0 siblings, 1 reply; 6+ messages in thread
From: Garrett Cooper @ 2010-08-02  6:17 UTC (permalink / raw)
  To: gurudas.pai; +Cc: ltp-list

On Thu, Jul 29, 2010 at 10:48 PM, Gurudas Pai <gurudas.pai@oracle.com> wrote:
> Hi There,
>
> I am using LTP-20100630 , and while running POWER_MANAGEMENT test
> I get following errors,
>
> /opt/ltp/testcases/bin/runpwtests.sh: line 201: get_sched_values:
> command not found
>
>
> Change log shows get_sched_values.c is removed.
>
> 92) Log Message:
> 1. Remove the .c files and all calls in runpwtests.sh because we can
> achieve the same thing through additional shell test logic.
> 2. Add the apicmds dependency.

File restored.
Thanks,
-Garrett

------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [LTP] LTP-20100630:POWER_MANAGEMENT runpwtests.sh fails.
  2010-08-02  6:20   ` Garrett Cooper
@ 2010-08-02  6:19     ` Gurudas Pai
  2010-08-02  6:36       ` Garrett Cooper
  0 siblings, 1 reply; 6+ messages in thread
From: Gurudas Pai @ 2010-08-02  6:19 UTC (permalink / raw)
  To: Garrett Cooper; +Cc: ltp-list



Garrett Cooper wrote:
> On Sun, Aug 1, 2010 at 11:17 PM, Garrett Cooper <yanegomi@gmail.com> wrote:
>> On Thu, Jul 29, 2010 at 10:48 PM, Gurudas Pai <gurudas.pai@oracle.com> wrote:
>>> Hi There,
>>>
>>> I am using LTP-20100630 , and while running POWER_MANAGEMENT test
>>> I get following errors,
>>>
>>> /opt/ltp/testcases/bin/runpwtests.sh: line 201: get_sched_values:
>>> command not found
>>>
>>>
>>> Change log shows get_sched_values.c is removed.
>>>
>>> 92) Log Message:
>>> 1. Remove the .c files and all calls in runpwtests.sh because we can
>>> achieve the same thing through additional shell test logic.
>>> 2. Add the apicmds dependency.
>> File restored.
> 
> Except the file already existed... did you run make in the directory?

I ran make under ltp-full-20100630 directory, and not specifically under
testcases/kernel/power_management.


 >> File restored.

Where can i get this file ? I couldn't find it under
http://sourceforge.net/projects/ltp/files/


Thanks,
-Guru

------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [LTP] LTP-20100630:POWER_MANAGEMENT runpwtests.sh fails.
  2010-08-02  6:17 ` Garrett Cooper
@ 2010-08-02  6:20   ` Garrett Cooper
  2010-08-02  6:19     ` Gurudas Pai
  0 siblings, 1 reply; 6+ messages in thread
From: Garrett Cooper @ 2010-08-02  6:20 UTC (permalink / raw)
  To: gurudas.pai; +Cc: ltp-list

On Sun, Aug 1, 2010 at 11:17 PM, Garrett Cooper <yanegomi@gmail.com> wrote:
> On Thu, Jul 29, 2010 at 10:48 PM, Gurudas Pai <gurudas.pai@oracle.com> wrote:
>> Hi There,
>>
>> I am using LTP-20100630 , and while running POWER_MANAGEMENT test
>> I get following errors,
>>
>> /opt/ltp/testcases/bin/runpwtests.sh: line 201: get_sched_values:
>> command not found
>>
>>
>> Change log shows get_sched_values.c is removed.
>>
>> 92) Log Message:
>> 1. Remove the .c files and all calls in runpwtests.sh because we can
>> achieve the same thing through additional shell test logic.
>> 2. Add the apicmds dependency.
>
> File restored.

Except the file already existed... did you run make in the directory?

------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [LTP] LTP-20100630:POWER_MANAGEMENT runpwtests.sh fails.
  2010-08-02  6:19     ` Gurudas Pai
@ 2010-08-02  6:36       ` Garrett Cooper
  2010-08-02  6:52         ` Gurudas Pai
  0 siblings, 1 reply; 6+ messages in thread
From: Garrett Cooper @ 2010-08-02  6:36 UTC (permalink / raw)
  To: Gurudas Pai; +Cc: ltp-list

On Sun, Aug 1, 2010 at 11:19 PM, Gurudas Pai <gurudas.pai@oracle.com> wrote:
>
>
> Garrett Cooper wrote:
>>
>> On Sun, Aug 1, 2010 at 11:17 PM, Garrett Cooper <yanegomi@gmail.com>
>> wrote:
>>>
>>> On Thu, Jul 29, 2010 at 10:48 PM, Gurudas Pai <gurudas.pai@oracle.com>
>>> wrote:
>>>>
>>>> Hi There,
>>>>
>>>> I am using LTP-20100630 , and while running POWER_MANAGEMENT test
>>>> I get following errors,
>>>>
>>>> /opt/ltp/testcases/bin/runpwtests.sh: line 201: get_sched_values:
>>>> command not found
>>>>
>>>>
>>>> Change log shows get_sched_values.c is removed.
>>>>
>>>> 92) Log Message:
>>>> 1. Remove the .c files and all calls in runpwtests.sh because we can
>>>> achieve the same thing through additional shell test logic.
>>>> 2. Add the apicmds dependency.
>>>
>>> File restored.
>>
>> Except the file already existed... did you run make in the directory?
>
> I ran make under ltp-full-20100630 directory, and not specifically under
> testcases/kernel/power_management.
>
>>> File restored.
>
> Where can i get this file ? I couldn't find it under
> http://sourceforge.net/projects/ltp/files

http://ltp.git.sourceforge.net/git/gitweb.cgi?p=ltp/ltp-dev.git;a=history;f=testcases/kernel/power_management/get_sched_values.c;h=830448bfa653e57ddead3837c7b1e7f139c273bd;hb=HEAD

------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [LTP] LTP-20100630:POWER_MANAGEMENT runpwtests.sh fails.
  2010-08-02  6:36       ` Garrett Cooper
@ 2010-08-02  6:52         ` Gurudas Pai
  0 siblings, 0 replies; 6+ messages in thread
From: Gurudas Pai @ 2010-08-02  6:52 UTC (permalink / raw)
  To: Garrett Cooper; +Cc: ltp-list

Garrett Cooper wrote:
> On Sun, Aug 1, 2010 at 11:19 PM, Gurudas Pai <gurudas.pai@oracle.com> wrote:
>>
>> Garrett Cooper wrote:
>>> On Sun, Aug 1, 2010 at 11:17 PM, Garrett Cooper <yanegomi@gmail.com>
>>> wrote:
>>>> On Thu, Jul 29, 2010 at 10:48 PM, Gurudas Pai <gurudas.pai@oracle.com>
>>>> wrote:
>>>>> Hi There,
>>>>>
>>>>> I am using LTP-20100630 , and while running POWER_MANAGEMENT test
>>>>> I get following errors,
>>>>>
>>>>> /opt/ltp/testcases/bin/runpwtests.sh: line 201: get_sched_values:
>>>>> command not found
>>>>>
>>>>>
>>>>> Change log shows get_sched_values.c is removed.
>>>>>
>>>>> 92) Log Message:
>>>>> 1. Remove the .c files and all calls in runpwtests.sh because we can
>>>>> achieve the same thing through additional shell test logic.
>>>>> 2. Add the apicmds dependency.
>>>> File restored.
>>> Except the file already existed... did you run make in the directory?
>> I ran make under ltp-full-20100630 directory, and not specifically under
>> testcases/kernel/power_management.
>>
>>>> File restored.
>> Where can i get this file ? I couldn't find it under
>> http://sourceforge.net/projects/ltp/files
> 
> http://ltp.git.sourceforge.net/git/gitweb.cgi?p=ltp/ltp-dev.git;a=history;f=testcases/kernel/power_management/get_sched_values.c;h=830448bfa653e57ddead3837c7b1e7f139c273bd;hb=HEAD

Thanks ! test passed now.

-Guru

------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-08-02  7:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-30  5:48 [LTP] LTP-20100630:POWER_MANAGEMENT runpwtests.sh fails Gurudas Pai
2010-08-02  6:17 ` Garrett Cooper
2010-08-02  6:20   ` Garrett Cooper
2010-08-02  6:19     ` Gurudas Pai
2010-08-02  6:36       ` Garrett Cooper
2010-08-02  6:52         ` Gurudas Pai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox