1. 24 Jul, 2011 2 commits
    • Lucas Carvalho's avatar
      Shadir information can not be overwritten. · d1123e21
      Lucas Carvalho authored
      It must be possible to append information on shadir files, it must
      simulate the real server. Otherwise there is no way to test the behavior
      using different signatures.
      d1123e21
    • Lucas Carvalho's avatar
      Added a new method to create signature files. · 5a5bff2f
      Lucas Carvalho authored
      This method is a wrapper to the signature script which is available at
      slapos.libnetworkcache.git.
      
      We should provide this method to be able to create the files required
      during the test of signature feature on network.txt doctest.
      5a5bff2f
  2. 22 Jul, 2011 1 commit
  3. 21 Jul, 2011 2 commits
  4. 20 Jul, 2011 1 commit
    • Lucas Carvalho's avatar
      Renamed some variables. · 59620375
      Lucas Carvalho authored
      Renamed signature_private_file to signature_private_key_file.
      And also signature_public_file to signature_certificate_file.
      59620375
  5. 18 Jul, 2011 1 commit
  6. 06 Jul, 2011 7 commits
  7. 05 Jul, 2011 3 commits
  8. 01 Jul, 2011 2 commits
    • Lucas Carvalho's avatar
      Use shutil to copy the file content. · 059d01bb
      Lucas Carvalho authored
      When you use 'for line in file', it uses the next method under the hood.
      And such method can load very big pieces of the binary file into the RAM
      memory.
      
      The shutil method will copy the file using smalls chunks, so the
      RAM memory is gonna be safe.
      059d01bb
    • Lucas Carvalho's avatar
      Select method returns a file descriptor. · 71255840
      Lucas Carvalho authored
      So it needs to write the file content in the correct path which must
      be used by buildout.
      71255840
  9. 23 Jun, 2011 21 commits