1. 23 Feb, 2018 6 commits
  2. 22 Feb, 2018 5 commits
  3. 21 Feb, 2018 1 commit
  4. 16 Feb, 2018 1 commit
  5. 15 Feb, 2018 1 commit
  6. 14 Feb, 2018 1 commit
  7. 13 Feb, 2018 12 commits
  8. 12 Feb, 2018 6 commits
  9. 09 Feb, 2018 2 commits
  10. 08 Feb, 2018 3 commits
  11. 06 Feb, 2018 2 commits
    • Ivan Tyagov's avatar
      Use laster version of the egg. · 99b814b9
      Ivan Tyagov authored
      Tests do pass
      
      https://nexedi.erp5.net/test_result_module/20180205-62704D70
      
      (we can ignore git's hash in tests as I just rebased)
      
      /reviewed-on nexedi/slapos!285
      99b814b9
    • Kirill Smelkov's avatar
      neotest: Actually add instance and teach it to run `neotest bench-local` under... · f845cbee
      Kirill Smelkov authored
      neotest: Actually add instance and teach it to run `neotest bench-local` under Nexedi testing infrastructure
      
      Commit 31fe231f (neotest: Draft software-release to run NEO/go & friends
      tests/benchmarks under webrunner) added "neotest" software release, but
      there it added only software supplying - not instantiation - this way
      allowing only manual play with neotest.
      
      Recently @rafael approached me saying that one of my webrunner is red on
      monitoring because "neotest" software inside fails to instantiate, and
      suggested to create a simple instance with bin/runTestSuite inside, so
      that this way neotest could be added to a testnode and run on regular
      basis by our testing infrastructure.
      
      So here it goes - simple instance with only bin/runTestSuite which tries
      to adhere to testnode protocol.
      
      Fixups discovered to be needed while running on testnodes are also included in this merge request.
      
      /reviewed-on nexedi/slapos!282
      f845cbee