HomeSort by relevance Sort by last modified time
    Searched full:magic_header (Results 1 - 1 of 1) sorted by null

  /external/autotest/client/site_tests/network_ShillInitScripts/
network_ShillInitScripts.py 34 magic_header = '# --- shill init file test magic header ---' variable in class:network_ShillInitScripts
455 self.create_file_with_contents(flimflam_profile, self.magic_header)
462 self.assure(self.magic_header in self.file_contents(shill_profile),
476 self.create_file_with_contents(flimflam_profile, self.magic_header)
482 self.assure(self.magic_header not in self.file_contents(shill_profile),
581 self.create_old_shill_user_profile(self.magic_header)
589 self.assure(self.magic_header in
664 self.create_old_shill_user_profile(self.magic_header)
670 self.assure(self.magic_header not in
686 self.create_flimflam_user_profile(self.magic_header)
    [all...]

Completed in 226 milliseconds