Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(27)

Side by Side Diff: client/tests/kvm/unattended/SLES-11.xml

Issue 6883246: Merge autotest upstream from @5318 ~ @5336 (Closed) Base URL: ssh://gitrw.chromium.org:9222/autotest.git@master
Patch Set: patch Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « client/tests/kvm/unattended/RHEL-6-series.ks ('k') | client/tests/kvm/unittests.cfg.sample » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <!DOCTYPE profile> 2 <!DOCTYPE profile>
3 <profile xmlns="http://www.suse.com/1.0/yast2ns" xmlns:config="http://www.suse.c om/1.0/configns"> 3 <profile xmlns="http://www.suse.com/1.0/yast2ns" xmlns:config="http://www.suse.c om/1.0/configns">
4 <add-on/> 4 <add-on/>
5 <bootloader> 5 <bootloader>
6 <global> 6 <global>
7 <activate>true</activate> 7 <activate>true</activate>
8 <boot_boot>false</boot_boot> 8 <boot_boot>false</boot_boot>
9 <boot_extended>false</boot_extended> 9 <boot_extended>false</boot_extended>
10 <boot_mbr>false</boot_mbr> 10 <boot_mbr>false</boot_mbr>
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 <FW_MASQUERADE>no</FW_MASQUERADE> 85 <FW_MASQUERADE>no</FW_MASQUERADE>
86 <FW_PROTECT_FROM_INT>no</FW_PROTECT_FROM_INT> 86 <FW_PROTECT_FROM_INT>no</FW_PROTECT_FROM_INT>
87 <FW_ROUTE>no</FW_ROUTE> 87 <FW_ROUTE>no</FW_ROUTE>
88 <enable_firewall config:type="boolean">false</enable_firewall> 88 <enable_firewall config:type="boolean">false</enable_firewall>
89 <start_firewall config:type="boolean">false</start_firewall> 89 <start_firewall config:type="boolean">false</start_firewall>
90 </firewall> 90 </firewall>
91 <general> 91 <general>
92 <ask-list config:type="list"/> 92 <ask-list config:type="list"/>
93 <mode> 93 <mode>
94 <confirm config:type="boolean">false</confirm> 94 <confirm config:type="boolean">false</confirm>
95 <halt config:type="boolean">true</halt>
95 </mode> 96 </mode>
96 <mouse> 97 <mouse>
97 <id>none</id> 98 <id>none</id>
98 </mouse> 99 </mouse>
99 <proposals config:type="list"/> 100 <proposals config:type="list"/>
100 <signature-handling> 101 <signature-handling>
101 <accept_file_without_checksum config:type="boolean">true</accept_file_with out_checksum> 102 <accept_file_without_checksum config:type="boolean">true</accept_file_with out_checksum>
102 <accept_non_trusted_gpg_key config:type="boolean">true</accept_non_trusted _gpg_key> 103 <accept_non_trusted_gpg_key config:type="boolean">true</accept_non_trusted _gpg_key>
103 <accept_unknown_gpg_key config:type="boolean">true</accept_unknown_gpg_key > 104 <accept_unknown_gpg_key config:type="boolean">true</accept_unknown_gpg_key >
104 <accept_unsigned_file config:type="boolean">true</accept_unsigned_file> 105 <accept_unsigned_file config:type="boolean">true</accept_unsigned_file>
(...skipping 430 matching lines...) Expand 10 before | Expand all | Expand 10 after
535 <default>3</default> 536 <default>3</default>
536 </runlevel> 537 </runlevel>
537 <scripts> 538 <scripts>
538 <init-scripts config:type="list"> 539 <init-scripts config:type="list">
539 <script> 540 <script>
540 <debug config:type="boolean">true</debug> 541 <debug config:type="boolean">true</debug>
541 <filename>config</filename> 542 <filename>config</filename>
542 <source><![CDATA[dhclient eth0 543 <source><![CDATA[dhclient eth0
543 chkconfig sshd on 544 chkconfig sshd on
544 sed -i -e 's/\(PasswordAuthentication\s\)no/\1yes/g' /etc/ssh/sshd_config 545 sed -i -e 's/\(PasswordAuthentication\s\)no/\1yes/g' /etc/ssh/sshd_config
545 cat <<EOF>server 546 service sshd restart
546 #!/usr/bin/python
547 import socket, os
548 server=socket.socket(socket.AF_INET, socket.SOCK_STREAM)
549 server.bind(('',12323))
550 server.listen(1)
551 (client, addr) = server.accept()
552 client.send("done")
553 client.close()
554 EOF
555 python server
556 ]]></source> 547 ]]></source>
557 </script> 548 </script>
558 </init-scripts> 549 </init-scripts>
559 </scripts> 550 </scripts>
560 <software> 551 <software>
561 <packages config:type="list"> 552 <packages config:type="list">
562 <package>dhcp-client</package> 553 <package>dhcp-client</package>
563 </packages> 554 </packages>
564 <patterns config:type="list"> 555 <patterns config:type="list">
565 <pattern>Basis-Devel</pattern> 556 <pattern>Basis-Devel</pattern>
(...skipping 325 matching lines...) Expand 10 before | Expand all | Expand 10 after
891 <min_hsync config:type="integer">31</min_hsync> 882 <min_hsync config:type="integer">31</min_hsync>
892 <min_vsync config:type="integer">50</min_vsync> 883 <min_vsync config:type="integer">50</min_vsync>
893 </display> 884 </display>
894 <monitor_device>800X600@60HZ</monitor_device> 885 <monitor_device>800X600@60HZ</monitor_device>
895 <monitor_vendor>--&gt; VESA</monitor_vendor> 886 <monitor_vendor>--&gt; VESA</monitor_vendor>
896 </monitor> 887 </monitor>
897 <resolution>800x600 (SVGA)</resolution> 888 <resolution>800x600 (SVGA)</resolution>
898 <window_manager>gnome</window_manager> 889 <window_manager>gnome</window_manager>
899 </x11> 890 </x11>
900 </profile> 891 </profile>
OLDNEW
« no previous file with comments | « client/tests/kvm/unattended/RHEL-6-series.ks ('k') | client/tests/kvm/unittests.cfg.sample » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698