Cuteness.
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Wed, 10 Sep 2014 23:34:39 +0000 (01:34 +0200)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Wed, 10 Sep 2014 23:34:39 +0000 (01:34 +0200)
rOCCI-server.spec

index 51b59c4..1f2524b 100644 (file)
@@ -147,44 +147,10 @@ echo "Listen 11443" >>  %{buildroot}%{_sysconfdir}/httpd/conf.d/occi-listen.conf
 install -p -m 0644 examples/etc/apache2/conf.d/security %{buildroot}%{_sysconfdir}/httpd/conf.d/occi-security.conf
 
 
-#%%check
-#rspec -Ilib spec --require spec_helper || :
-#cat <<EOF
-#Expeced result:
+# Upstream testsuite fails:
 #254 examples, 29 failures, 13 pending
-#
-#Failed examples:
-#
-#rspec ./spec/routing/network_routing_spec.rb:6 # routing to network GET routes /network/:id to network#show
-#rspec ./spec/routing/network_routing_spec.rb:14 # routing to network GET routes /network/ to network#index
-#rspec ./spec/routing/network_routing_spec.rb:76 # routing to network PUT routes /network/:id to network#update
-#rspec ./spec/routing/network_routing_spec.rb:23 # routing to network POST routes /network/ to network#create
-#rspec ./spec/routing/network_routing_spec.rb:30 # routing to network POST routes /network/:id to network#update
-#rspec ./spec/routing/network_routing_spec.rb:55 # routing to network DELETE routes /network/:id to network#delete
-#rspec ./spec/routing/network_routing_spec.rb:63 # routing to network DELETE routes /network/ to network#delete
-#rspec ./spec/routing/cors_routing_spec.rb:6 # routing to cors OPTIONS routes / to cors#index
-#rspec ./spec/routing/cors_routing_spec.rb:13 # routing to cors OPTIONS routes /-/ to cors#index
-#rspec ./spec/routing/compute_routing_spec.rb:6 # routing to compute GET routes /compute/:id to compute#show
-#rspec ./spec/routing/compute_routing_spec.rb:14 # routing to compute GET routes /compute/ to compute#index
-#rspec ./spec/routing/compute_routing_spec.rb:76 # routing to compute PUT routes /compute/:id to compute#update
-#rspec ./spec/routing/compute_routing_spec.rb:23 # routing to compute POST routes /compute/ to compute#create
-#rspec ./spec/routing/compute_routing_spec.rb:30 # routing to compute POST routes /compute/:id to compute#update
-#rspec ./spec/routing/compute_routing_spec.rb:55 # routing to compute DELETE routes /compute/:id to compute#delete
-#rspec ./spec/routing/compute_routing_spec.rb:63 # routing to compute DELETE routes /compute/ to compute#delete
-#rspec ./spec/routing/occi_model_routing_spec.rb:6 # routing to model GET routes /-/ to occi_model#show
-#rspec ./spec/routing/occi_model_routing_spec.rb:13 # routing to model GET routes /.well-known/org/ogf/occi/-/ to occi_model#show
-#rspec ./spec/routing/occi_model_routing_spec.rb:22 # routing to model POST routes /-/ to occi_model#show
-#rspec ./spec/routing/occi_model_routing_spec.rb:29 # routing to model POST routes /.well-known/org/ogf/occi/-/ to occi_model#show
-#rspec ./spec/routing/occi_model_routing_spec.rb:38 # routing to model DELETE routes /-/ to occi_model#show
-#rspec ./spec/routing/occi_model_routing_spec.rb:45 # routing to model DELETE routes /.well-known/org/ogf/occi/-/ to occi_model#show
-#rspec ./spec/routing/storage_routing_spec.rb:6 # routing to storage GET routes /storage/:id to storage#show
-#rspec ./spec/routing/storage_routing_spec.rb:14 # routing to storage GET routes /storage/ to storage#index
-#rspec ./spec/routing/storage_routing_spec.rb:76 # routing to storage PUT routes /storage/:id to storage#update
-#rspec ./spec/routing/storage_routing_spec.rb:23 # routing to storage POST routes /storage/ to storage#create
-#rspec ./spec/routing/storage_routing_spec.rb:30 # routing to storage POST routes /storage/:id to storage#update
-#rspec ./spec/routing/storage_routing_spec.rb:55 # routing to storage DELETE routes /storage/:id to storage#delete
-#rspec ./spec/routing/storage_routing_spec.rb:63 # routing to storage DELETE routes /storage/ to storage#delete
-#EOF
+#%%check
+#rspec -Ilib spec --require spec_helper
 
 
 %pre