/ RegressionTests / SecurityLocalKeychain.plist
SecurityLocalKeychain.plist
1 <?xml version="1.0" encoding="UTF-8"?> 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 3 <plist version="1.0"> 4 <dict> 5 <key>Project</key> 6 <string>Security</string> 7 <key>Tests</key> 8 <array> 9 <dict> 10 <key>TestName</key> 11 <string>BackupNegativeTest</string> 12 <key>Command</key> 13 <array> 14 <string>/AppleInternal/CoreOS/tests/Security/secbackupntest</string> 15 </array> 16 </dict> 17 <dict> 18 <key>TestName</key> 19 <string>BackupTest</string> 20 <key>Command</key> 21 <array> 22 <string>/AppleInternal/CoreOS/tests/Security/secbackuptest</string> 23 </array> 24 </dict> 25 <dict> 26 <key>TestName</key> 27 <string>secitemstresstest</string> 28 <key>Command</key> 29 <array> 30 <string>/AppleInternal/CoreOS/tests/Security/secitemstresstest</string> 31 </array> 32 <key>ShowSubtestResults</key> 33 <true/> 34 </dict> 35 <dict> 36 <key>TestName</key> 37 <string>secitemfunctionality</string> 38 <key>Command</key> 39 <array> 40 <string>/AppleInternal/CoreOS/tests/Security/secitemfunctionality</string> 41 </array> 42 <key>ShowSubtestResults</key> 43 <true/> 44 </dict> 45 <dict> 46 <key>TestName</key> 47 <string>secitemstresstest</string> 48 <key>Command</key> 49 <array> 50 <string>/AppleInternal/CoreOS/tests/Security/secitemstresstest</string> 51 </array> 52 </dict> 53 <dict> 54 <key>TestName</key> 55 <string>secitemnotifications</string> 56 <key>Command</key> 57 <array> 58 <string>/AppleInternal/CoreOS/tests/Security/secitemnotifications</string> 59 </array> 60 </dict> 61 </array> 62 </dict> 63 </plist>