1. 12 Apr, 2012 8 commits
  2. 11 Apr, 2012 8 commits
  3. 10 Apr, 2012 5 commits
  4. 05 Apr, 2012 6 commits
  5. 04 Apr, 2012 5 commits
  6. 03 Apr, 2012 1 commit
    • Łukasz Nowak's avatar
      Optimise a bit. · b6df1552
      Łukasz Nowak authored
      As this is called in a loop, only try to find delivery lines for occupied
      partitions.
      
      Otherwise two queries lasting 0.3s each will be called in order to result with
      None.
      b6df1552
  7. 02 Apr, 2012 3 commits
  8. 30 Mar, 2012 4 commits
    • Łukasz Nowak's avatar
      Add new BT5 required on production system. · e5b9c331
      Łukasz Nowak authored
      e5b9c331
    • Łukasz Nowak's avatar
      c9fbfcf2
    • Yingjie Xu's avatar
      Remove duplicated scripts. · 4d0ce18e
      Yingjie Xu authored
      4d0ce18e
    • Łukasz Nowak's avatar
      Follow changes and simplify. · 3f1b8ec1
      Łukasz Nowak authored
      The KVM ordering interface has extremely simplified - customer is just one
      click away from instance, so modify test to follow it.
      
      Simplify test:
      
       * drop all server side scripts and rewrite AJAX calls to use already
         implemented SoftwareInstance_getStatus
       * where required implement client (browser) side analysis of data instead of
         relying on server side implementation (eg. fetching path of Software
         Instance)
       * avoid big pauses; pause just once (as client side logic to know when
         Software Instance is indexed would be cumbersome and complicated and anyway
         10s to index object is really long and shall be treat as failure)
       * flatten macros into main test for readability and beacuse they become
         oneliners
      3f1b8ec1