1. 23 Dec, 2011 8 commits
  2. 23 Nov, 2011 1 commit
    • Steven Rostedt's avatar
      ktest: When creating new config, allow the use of ${THIS_DIR} · 0e7a22de
      Steven Rostedt authored
      Typing in a full path when you know that the path exists within
      the directory your are running is tedious and unnecessary.
      
      Allow the user to use ${PWD} if they want a dynamic path name
      which will be the path that ktest.pl is executed from
      or use ${THIS_DIR} which is a variable assigned `pwd` and
      the the variable will exist within the config, allowing the user
      to change it and affect all other paths using this variable as well
      Signed-off-by: default avatarSteven Rostedt <rostedt@goodmis.org>
      0e7a22de
  3. 22 Nov, 2011 1 commit
    • Steven Rostedt's avatar
      ktest: Add default for ssh-user, build-target and target-image · 600bbf0a
      Steven Rostedt authored
      When a user runs ktest without an argument, or the argument given
      is not a config file that exists, ktest will ask the user a few
      questions to create a simple ktest config file.
      
      A few of the questions should have a default value set, that if anything
      it will make it easier for the user to know what is suppose to
      be in that value.
      
      These new values are:
      
        SSH_USER, BUILD_TARGET and TARGET_IMAGE
      Signed-off-by: default avatarSteven Rostedt <rostedt@goodmis.org>
      600bbf0a
  4. 18 Nov, 2011 3 commits
  5. 15 Nov, 2011 7 commits
  6. 14 Nov, 2011 7 commits
  7. 13 Nov, 2011 1 commit
  8. 12 Nov, 2011 12 commits