2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2024-11-21 09:02:00 +00:00
4 Test Design of xcat inventory export import performance
xuweibj edited this page 2018-04-02 16:15:58 +08:00

Test Design of xcat-inventory export/import performance

Test steps:

  1. Install xCAT
  2. Install xcat-inventory
  3. Create multiple nodes
  4. Export configuration to *.yaml file, record time spent
  5. Delete all nodes
  6. Import configuration file, record time spent

Scenario

  • Number of test nodes

100/200/500/1000/2000/5000/10000

  • Number of node attributes

10/20/50/80/100

  • Import mode

    • Update mode

    • Clean mode: xcat-inventory import -c|--clean

Test result is recorded in https://github.com/xcat2/xcat2-task-management/issues/29.