test_kubernetes: mock file operations in test_ssh_key 65/40965/1
authorRoss Brattain <ross.b.brattain@intel.com>
Mon, 4 Sep 2017 03:18:31 +0000 (20:18 -0700)
committerRoss Brattain <ross.b.brattain@intel.com>
Mon, 4 Sep 2017 03:33:42 +0000 (20:33 -0700)
commit786ed9aa196ea940e9eafa35f40a4065e5e10536
tree7530745553389f83fd5de264ba0e07eac00d86aa
parentc19115bafe0141326b189f317a684bf4681c8bd0
test_kubernetes: mock file operations in test_ssh_key

tests take too long and we should not be createing/deleting
files during unittests, filesystems operations introduce
too many external issues

Change-Id: I989c9d0a84187becdf63497c0c1ac6e10c5eac70
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
tests/unit/benchmark/contexts/test_kubernetes.py