Remove priavte server name in framework test (#2701)
author오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Fri, 14 Sep 2018 09:20:50 +0000 (18:20 +0900)
committer이춘석/동작제어Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>
Fri, 14 Sep 2018 09:20:50 +0000 (18:20 +0900)
commitc05e0606176f413d40efa23fcd720be15bf6a7e4
tree0d0324cffa474baca2a48c635c7655060d15c33f
parent12d9083af5d67af69c29a07ee6bba2ce4ec724b2
Remove priavte server name in framework test (#2701)

Remove priavte server name in framework test configuration
Instead we should pass by environment variable MODELFILE_SERVER
Find modelfile name for zip files

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
53 files changed:
tests/framework/run_test.sh
tests/framework/tests/MODELS/inception_module/config.sh
tests/framework/tests/MODELS/inception_nonslim/config.sh
tests/framework/tests/MODELS/inception_slim/config.sh
tests/framework/tests/MODELS/mobilenet/config.sh
tests/framework/tests/add/1D/config.sh
tests/framework/tests/add/4D/config.sh
tests/framework/tests/average_pool_2d/avgpool1/config.sh
tests/framework/tests/average_pool_2d/avgpool2/config.sh
tests/framework/tests/cast/config.sh
tests/framework/tests/concat/2D/config.sh
tests/framework/tests/concat/concat1/config.sh
tests/framework/tests/concat/concat2/config.sh
tests/framework/tests/conv_2d/convolution1/config.sh
tests/framework/tests/conv_2d/convolution2/config.sh
tests/framework/tests/custom/tensorflowmax/config.sh
tests/framework/tests/depthwise_conv_2d/depthconv1/config.sh
tests/framework/tests/depthwise_conv_2d/depthconv2/config.sh
tests/framework/tests/div/broadcast/config.sh
tests/framework/tests/embedding_lookup/config.sh
tests/framework/tests/floor/floor1/config.sh
tests/framework/tests/floor/floor2/config.sh
tests/framework/tests/fullyconnected/fc1/config.sh
tests/framework/tests/fullyconnected/matmul2x2/config.sh
tests/framework/tests/gather/config.sh
tests/framework/tests/hashtable_lookup/config.sh
tests/framework/tests/l2_normalization/config.sh
tests/framework/tests/l2_pool_2d/config.sh
tests/framework/tests/logistic/config.sh
tests/framework/tests/max_pool_2d/maxpool1/config.sh
tests/framework/tests/max_pool_2d/maxpool2/config.sh
tests/framework/tests/mean/config.sh
tests/framework/tests/mul/broadcast/config.sh
tests/framework/tests/pad/4D_2D/config.sh
tests/framework/tests/pad/pad1/config.sh
tests/framework/tests/pad/pad2/config.sh
tests/framework/tests/reduce_mean/test1/config.sh
tests/framework/tests/reduce_mean/test2/config.sh
tests/framework/tests/relu/config.sh
tests/framework/tests/relu6/config.sh
tests/framework/tests/reshape/3D/config.sh
tests/framework/tests/reshape/reshape1/config.sh
tests/framework/tests/reshape/reshape2/config.sh
tests/framework/tests/resize_bilinear/config.sh
tests/framework/tests/rnn/config.sh
tests/framework/tests/softmax/config.sh
tests/framework/tests/space_to_depth/config.sh
tests/framework/tests/squeeze/config.sh
tests/framework/tests/strided_slice/config.sh
tests/framework/tests/sub/broadcast/config.sh
tests/framework/tests/tanh/config.sh
tests/framework/tests/topk_v2/config.sh
tests/framework/tests/tranpose/config.sh