Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 285886
b: refs/heads/master
c: 600bbf0
h: refs/heads/master
v: v3
  • Loading branch information
Steven Rostedt authored and Steven Rostedt committed Nov 22, 2011
1 parent 99c0bce commit 0c4e302
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: de5b6e3bf5e71532057fb4f1eb8ee29c5c7f11db
refs/heads/master: 600bbf0aa2229390ba1c4ca4c5666c593ff9ef56
8 changes: 7 additions & 1 deletion trunk/tools/testing/ktest/ktest.pl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@

#default opts
$default{"NUM_TESTS"} = 1;
$default{"REBOOT_TYPE"} = "grub";
$default{"TEST_TYPE"} = "test";
$default{"BUILD_TYPE"} = "randconfig";
$default{"MAKE_CMD"} = "make";
Expand Down Expand Up @@ -51,7 +50,14 @@
$default{"STOP_AFTER_SUCCESS"} = 10;
$default{"STOP_AFTER_FAILURE"} = 60;
$default{"STOP_TEST_AFTER"} = 600;

# required, and we will ask users if they don't have them but we keep the default
# value something that is common.
$default{"REBOOT_TYPE"} = "grub";
$default{"LOCALVERSION"} = "-test";
$default{"SSH_USER"} = "root";
$default{"BUILD_TARGET"} = "arch/x86/boot/bzImage";
$default{"TARGET_IMAGE"} = "/boot/vmlinuz-test";

my $ktest_config;
my $version;
Expand Down

0 comments on commit 0c4e302

Please sign in to comment.