Use > system prompt as that's robots expectation 96/66996/1
authorJamo Luhrsen <jluhrsen@redhat.com>
Tue, 9 Jan 2018 22:34:43 +0000 (14:34 -0800)
committerJamo Luhrsen <jluhrsen@redhat.com>
Tue, 9 Jan 2018 22:34:43 +0000 (14:34 -0800)
Change-Id: I479bdb17c1eab5cbda1f1c41aa773cc5bf77e366
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
jenkins-scripts/basic_settings.sh

index 11514d38278d1911109fa1e7541f6f902c3b1132..a80b9ffeb2b03a3009c98cfd1d9334006e56975e 100755 (executable)
@@ -31,4 +31,10 @@ cat <<EOKNOWN >  /etc/ssh/ssh_known_hosts
 [140.211.169.26]:29418,[git.opendaylight.org]:29418 ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAyRXyHEw/P1iZr/fFFzbodT5orVV/ftnNRW59Zh9rnSY5Rmbc9aygsZHdtiWBERVVv8atrJSdZool75AglPDDYtPICUGWLR91YBSDcZwReh5S9es1dlQ6fyWTnv9QggSZ98KTQEuE3t/b5SfH0T6tXWmrNydv4J2/mejKRRLU2+oumbeVN1yB+8Uau/3w9/K5F5LgsDDzLkW35djLhPV8r0OfmxV/cAnLl7AaZlaqcJMA+2rGKqM3m3Yu+pQw4pxOfCSpejlAwL6c8tA9naOvBkuJk+hYpg5tDEq2QFGRX5y1F9xQpwpdzZROc5hdGYntM79VMMXTj+95dwVv/8yTsw==
 EOKNOWN
 
+# To handle the prompt style that is expected all over the environment
+# with how use use robotframework we need to make sure that it is
+# consistent for any of the users that are created during dynamic spin
+# ups
+echo 'PS1="[\u@\h \W]> "' >> /etc/skel/.bashrc
+
 # vim: sw=2 ts=2 sts=2 et :